Discover Centmin Mod today
Register Now

[Solved] Unable to install FFMPEG PHP extension

Discussion in 'Bug Reports' started by Guneyd, Sep 30, 2014.

  1. VIP_Hawaii

    VIP_Hawaii Member

    56
    11
    8
    May 6, 2016
    Ratings:
    +12
    Local Time:
    4:51 AM
    1.11.3
    10.1.13 (?)
    Yes, I realized that later today, that I should have linked a pastebin dump of the logs.
    I did find three errors in Centminmod installation as I was watching it compile and make ... I saw errors on :

    1. Axel installation
    2. rpmforge repo
    3. percona repo

    But I will also link you to Pastebins I just made of the two install logs you asked for :
    centminmod_ffmpeg_install_240816-153359.log - Pastebin.com
    and the only error I see in the ffmpeg_install log is this :
    "ERROR: libvorbis not found"
    centminmod_ffmpeg_phpext_install_230816-072831.log - Pastebin.com
    and the only error I see in the ffmpeg_phpext_install log is this :
    "PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0
    Extension 'ffmpeg' not present."

    which does not exactly explain the error or what caused it.

    What is going on here?

    Apparently, attempting to re-install using Aug 15 already-proven-to-install-ffmpeg-php build of Centminmod does NOT work (as an upgrade uninstall i.e. centmin.sh options 4 and 5, .... but it might work as a new install using option 1, that is my next test!).


    I will now have to try completely wiping out my whole CentOS installation and starting over from scratch, doing a 'clean' install of Centminmod right over the CentOS install, USING the Aug 15 proven build and we'll see what happens then ... : if it fails to build correctly at that point, we must presume that the problem is either

    A. Internet related problems such as bad URLs for repositories, and/or bad connectivity with that

    B. Updated files from these repositories creating problems.

    I will look through all my install logs first to see if I can fix the problem though, before wiping out my whole CentOS 7 install and starting over from scratch (sigh).

    VIP

     
    Last edited: Aug 25, 2016
  2. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    11:51 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yes there's a libvorbis error
    Code (Text):
     56 files changed, 2211 insertions(+), 143 deletions(-)
    create mode 100644 libavfilter/vf_hysteresis.c
    create mode 100644 libavfilter/vf_maskedclamp.c
    create mode 100644 libavformat/fifo.c
    create mode 100644 libavformat/tests/fifo_muxer.c
    create mode 100644 tests/fate/fifo-muxer.mak
    create mode 100644 tests/ref/fate/fifo-muxer-tst
    create mode 100755 tools/murge
    ERROR: libvorbis not found
    
    If you think configure made a mistake, make sure you are using the latest
    version from Git.  If the latest version fails, report the problem to the
    ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
    Include the log file "config.log" produced by configure as this will help
    solve the problem.

    but looks like you ran centmin.sh menu option 19 ffmpeg update (submenu option 2) and not install (submenu option 1)
    Code (Text):
    -------------------------------------------------------------------------
    Installing ffmpeg-php extension relies on the ffmpeg-php developer
    to keep ffmpeg-php updated for ffmpeg compatibility and that has
    been flaky with various compatibility issues. There have been work
    arounds like https://community.centminmod.com/posts/24018/ but
    there are no guarantees due to issues outlined in this thread post
    at https://community.centminmod.com/posts/7078/
    
    if ffmpeg-php fails to compile, you can unload it by removing the
    settings file at /etc/centminmod/php.d/ffmpeg.ini and restarting
    php-fpm service
    -------------------------------------------------------------------------
    
    [?1034hDo you want to continue with ffmpeg-php + ffmpeg install ? [y/n] y
    
    
    Updating FFMPEG...

    Code (Text):
    --------------------------------------------------------
         Centmin Mod Menu 123.09beta01 centminmod.com     
    --------------------------------------------------------
    1).  Centmin Install
    2).  Add Nginx vhost domain
    3).  NSD setup domain name DNS
    4).  Nginx Upgrade / Downgrade
    5).  PHP Upgrade / Downgrade
    6).  XCache Re-install
    7).  APC Cache Re-install
    8).  XCache Install
    9).  APC Cache Install
    10). Memcached Server Re-install
    11). MariaDB 5.2/5.5 & 10.x Upgrade Sub-Menu
    12). Zend OpCache Install/Re-install
    13). Install/Reinstall Redis PHP Extension
    14). SELinux disable
    15). Install/Reinstall ImagicK PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: pigz,pbzip2,lbzip2...
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Install/Re-Install
    21). Update - Nginx + PHP-FPM + Siege
    22). Add Wordpress Nginx vhost + Cache Plugin
    23). Update Centmin Mod Code Base
    24). Exit
    --------------------------------------------------------
    Enter option [ 1 - 24 ] 19
    --------------------------------------------------------
    

    Code (Text):
    --------------------------------------------------------
                 FFMPEG Sub-Menu             
    --------------------------------------------------------
    1). Install FFMPEG Binary + FFMPEG PHP extension
    2). Update FFMPEG Binary + FFMPEG PHP extension
    3). Reinstall FFMPEG PHP extension
    4). Back to Main menu
    --------------------------------------------------------
    Enter option [ 1 - 4 ] 1

    If you run install it would report such
    Code (Text):
    -------------------------------------------------------------------------
    Installing ffmpeg-php extension relies on the ffmpeg-php developer
    to keep ffmpeg-php updated for ffmpeg compatibility and that has
    been flaky with various compatibility issues. There have been work
    arounds like https://community.centminmod.com/posts/24018/ but 
    there are no guarantees due to issues outlined in this thread post
    at https://community.centminmod.com/posts/7078/
    
    if ffmpeg-php fails to compile, you can unload it by removing the
    settings file at /etc/centminmod/php.d/ffmpeg.ini and restarting
    php-fpm service
    -------------------------------------------------------------------------
    
    Do you want to continue with ffmpeg-php + ffmpeg install ? [y/n] y
    
    
    Installing FFMPEG...
    


    did you previously run submenu option 1 to install first, or just ran submenu option 2 to update without running install first ?
     
  3. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    11:51 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    again tested on latest 123.09beta01 code on centos7 and works fine via centmin.sh menu option 19 submenu option 1 for install
    Code (Text):
    ffmpeg version git-2016-08-25-01aee81 Copyright (c) 2000-2016 the FFmpeg developers
    built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-4)
    configuration: --prefix=/opt/ffmpeg --extra-cflags=-I/opt/ffmpeg/include --extra-ldflags=-L/opt/ffmpeg/lib --bindir=/opt/bin --pkg-config-flags=--static --enable-gpl --enable-nonfree --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-swscale --enable-shared
    libavutil      55. 29.100 / 55. 29.100
    libavcodec     57. 54.100 / 57. 54.100
    libavformat    57. 48.100 / 57. 48.100
    libavdevice    57.  0.102 / 57.  0.102
    libavfilter     6. 54.100 /  6. 54.100
    libswscale      4.  1.100 /  4.  1.100
    libswresample   2.  1.100 /  2.  1.100
    libpostproc    54.  0.100 / 54.  0.100

    Code (Text):
    ffmpeg-php version => 0.7.0
    ffmpeg-php built on => Aug 25 2016 06:46:02
    ffmpeg-php gd support  => disabled
    ffmpeg libavcodec version => Lavc57.54.100
    ffmpeg libavcodec license => nonfree and unredistributable
    ffmpeg libavformat version => Lavf57.48.100
    ffmpeg libavformat license => nonfree and unredistributable
    ffmpeg swscaler version => SwS4.1.100
    ffmpeg swscaler license => nonfree and unredistributable
    ffmpeg codec_list => a64multi(v), a64multi5(v), aasc(v), aic(v), alias_pix(v), alias_pix(v), amv(v), amv(v), anm(v), ansi(v), apng(v), apng(v), asv1(v), asv1(v), asv2(v), asv2(v), aura(v), aura2(v), avrp(v), avrp(v), avrn(v), avs(v), avui(v), avui(v), ayuv(v), ayuv(v), bethsoftvid(v), bfi(v), binkvideo(v), bmp(v), bmp(v), bmv_video(v), brender_pix(v), c93(v), cavs(v), cdgraphics(v), cdxl(v), cfhd(v), cinepak(v), cinepak(v), cljr(v), cljr(v), cllc(v), comfortnoise(a), comfortnoise(a), cpia(v), camstudio(v), cyuv(v), dds(v), dfa(v), dirac(v), dnxhd(v), dnxhd(v), dpx(v), dpx(v), dsicinvideo(v), dvaudio(a), dvvideo(v), dvvideo(v), dxa(v), dxtory(v), dxv(v), eacmv(v), eamad(v), eatgq(v), eatgv(v), eatqi(v), 8bps(v), 8svx_exp(a), 8svx_fib(a), escape124(v), escape130(v), exr(v), ffv1(v), ffv1(v), ffvhuff(v), ffvhuff(v), fic(v), flashsv(v), flashsv(v), flashsv2(v), flashsv2(v), flic(v), flv(v), flv(v), 4xm(v), fraps(v), frwu(v), g2m(v), gif(v), gif(v), h261(v), h261(v), h263(v), h263(v), h263i(v), h263p(v), h263p(v), h264(v), hap(v), hevc(v), hnm4video(v), hq_hqa(v), hqx(v), huffyuv(v), huffyuv(v), idcinvideo(v), iff(v), indeo2(v), indeo3(v), indeo4(v), indeo5(v), interplayvideo(v), jpeg2000(v), jpeg2000(v), jpegls(v), jpegls(v), jv(v), kgv1(v), kmvc(v), lagarith(v), ljpeg(v), loco(v), m101(v), magicyuv(v), mdec(v), mimic(v), mjpeg(v), mjpeg(v), mjpegb(v), mmvideo(v), motionpixels(v), mpeg1video(v), mpeg1video(v), mpeg2video(v), mpeg2video(v), mpeg4(v), mpeg4(v), mpegvideo(v), msa1(v), msmpeg4v1(v), msmpeg4v2(v), msmpeg4v2(v), msmpeg4(v), msmpeg4(v), msrle(v), mss1(v), mss2(v), msvideo1(v), msvideo1(v), mszh(v), mts2(v), mvc1(v), mvc2(v), mxpeg(v), nuv(v), paf_video(v), pam(v), pam(v), pbm(v), pbm(v), pcx(v), pcx(v), pgm(v), pgm(v), pgmyuv(v), pgmyuv(v), pictor(v), png(v), png(v), ppm(v), ppm(v), prores(v), prores(v), prores_aw(v), prores_ks(v), prores_lgpl(v), ptx(v), qdraw(v), qpeg(v), qtrle(v), qtrle(v), r10k(v), r10k(v), r210(v), r210(v), rawvideo(v), rawvideo(v), rl2(v), roqvideo(v), roqvideo(v), rpza(v), rscc(v), rv10(v), rv10(v), rv20(v), rv20(v), rv30(v), rv40(v), s302m(a), s302m(a), sanm(v), screenpresso(v), sdx2_dpcm(a), sgi(v), sgi(v), sgirle(v), sheervideo(v), smackvid(v), smc(v), smvjpeg(v), snow(v), snow(v), sp5x(v), sunrast(v), sunrast(v), svq1(v), svq1(v), svq3(v), targa(v), targa(v), targa_y216(v), tdsc(v), theora(v), thp(v), tiertexseqvideo(v), tiff(v), tiff(v), tmv(v), truemotion1(v), truemotion2(v), truemotion2rt(v), camtasia(v), tscc2(v), txd(v), ultimotion(v), utvideo(v), utvideo(v), v210(v), v210(v), v210x(v), v308(v), v308(v), v408(v), v408(v), v410(v), v410(v), vb(v), vble(v), vc1(v), vc1image(v), vc2(v), vcr1(v), vmdvideo(v), vmnc(v), vp3(v), vp5(v), vp6(v), vp6a(v), vp6f(v), vp7(v), vp8(v), vp9(v), vqavideo(v), webp(v), wrapped_avframe(v), wmv1(v), wmv1(v), wmv2(v), wmv2(v), wmv3(v), wmv3image(v), wnv1(v), xan_wc3(v), xan_wc4(v), xbm(v), xbm(v), xface(v), xface(v), xl(v), xwd(v), xwd(v), y41p(v), y41p(v), ylc(v), yop(v), yuv4(v), yuv4(v), 012v(v), zerocodec(v), zlib(v), zlib(v), zmbv(v), zmbv(v), aac(a), aac(a), aac_fixed(a), aac_latm(a), ac3(a), ac3(a), ac3_fixed(a), ac3_fixed(a), alac(a), alac(a), als(a), amrnb(a), amrwb(a), ape(a), atrac1(a), atrac3(a), atrac3plus(a), binkaudio_dct(a), binkaudio_rdft(a), bmv_audio(a), cook(a), dca(a), dca(a), dsd_lsbf(a), dsd_msbf(a), dsd_lsbf_planar(a), dsd_msbf_planar(a), dsicinaudio(a), dss_sp(a), dst(a), eac3(a), eac3(a), evrc(a), wavesynth(a), flac(a), flac(a), g723_1(a), g723_1(a), g729(a), gsm(a), gsm_ms(a), iac(a), imc(a), interplayacm(a), mace3(a), mace6(a), metasound(a), mlp(a), mp1(a), mp1float(a), mp2(a), mp2(a), mp2float(a), mp2fixed(a), mp3(a), mp3float(a), mp3adu(a), mp3adufloat(a), mp3on4(a), mp3on4float(a), mpc7(a), mpc8(a), nellymoser(a), nellymoser(a), on2avc(a), opus(a), paf_audio(a), qcelp(a), qdm2(a), real_144(a), real_144(a), real_288(a), ralf(a), shorten(a), sipr(a), smackaud(a), sonic(a), sonic(a), sonicls(a), tak(a), truehd(a), truespeech(a), tta(a), tta(a), twinvq(a), vmdaudio(a), vorbis(a), vorbis(a), wavpack(a), wavpack(a), wmalossless(a), wmapro(a), wmav1(a), wmav1(a), wmav2(a), wmav2(a), wmavoice(a), ws_snd1(a), xma1(a), xma2(a), pcm_alaw(a), pcm_alaw(a), pcm_bluray(a), pcm_dvd(a), pcm_f32be(a), pcm_f32be(a), pcm_f32le(a), pcm_f32le(a), pcm_f64be(a), pcm_f64be(a), pcm_f64le(a), pcm_f64le(a), pcm_lxf(a), pcm_mulaw(a), pcm_mulaw(a), pcm_s8(a), pcm_s8(a), pcm_s8_planar(a), pcm_s8_planar(a), pcm_s16be(a), pcm_s16be(a), pcm_s16be_planar(a), pcm_s16be_planar(a), pcm_s16le(a), pcm_s16le(a), pcm_s16le_planar(a), pcm_s16le_planar(a), pcm_s24be(a), pcm_s24be(a), pcm_s24daud(a), pcm_s24daud(a), pcm_s24le(a), pcm_s24le(a), pcm_s24le_planar(a), pcm_s24le_planar(a), pcm_s32be(a), pcm_s32be(a), pcm_s32le(a), pcm_s32le(a), pcm_s32le_planar(a), pcm_s32le_planar(a), pcm_s64be(a), pcm_s64be(a), pcm_s64le(a), pcm_s64le(a), pcm_u8(a), pcm_u8(a), pcm_u16be(a), pcm_u16be(a), pcm_u16le(a), pcm_u16le(a), pcm_u24be(a), pcm_u24be(a), pcm_u24le(a), pcm_u24le(a), pcm_u32be(a), pcm_u32be(a), pcm_u32le(a), pcm_u32le(a), pcm_zork(a), interplay_dpcm(a), roq_dpcm(a), roq_dpcm(a), sol_dpcm(a), xan_dpcm(a), adpcm_4xm(a), adpcm_adx(a), adpcm_adx(a), adpcm_afc(a), adpcm_aica(a), adpcm_ct(a), adpcm_dtk(a), adpcm_ea(a), adpcm_ea_maxis_xa(a), adpcm_ea_r1(a), adpcm_ea_r2(a), adpcm_ea_r3(a), adpcm_ea_xas(a), g722(a), g722(a), g726(a), g726(a), g726le(a), adpcm_ima_amv(a), adpcm_ima_apc(a), adpcm_ima_dat4(a), adpcm_ima_dk3(a), adpcm_ima_dk4(a), adpcm_ima_ea_eacs(a), adpcm_ima_ea_sead(a), adpcm_ima_iss(a), adpcm_ima_oki(a), adpcm_ima_qt(a), adpcm_ima_qt(a), adpcm_ima_rad(a), adpcm_ima_smjpeg(a), adpcm_ima_wav(a), adpcm_ima_wav(a), adpcm_ima_ws(a), adpcm_ms(a), adpcm_ms(a), adpcm_mtaf(a), adpcm_psx(a), adpcm_sbpro_2(a), adpcm_sbpro_3(a), adpcm_sbpro_4(a), adpcm_swf(a), adpcm_swf(a), adpcm_thp(a), adpcm_thp_le(a), adpcm_vima(a), adpcm_xa(a), adpcm_yamaha(a), adpcm_yamaha(a), ssa(s), ssa(s), ass(s), ass(s), cc_dec(s), dvbsub(s), dvbsub(s), dvdsub(s), dvdsub(s), jacosub(s), microdvd(s), mov_text(s), mov_text(s), mpl2(s), pgssub(s), pjs(s), realtext(s), sami(s), srt(s), srt(s), stl(s), subrip(s), subrip(s), subviewer(s), subviewer1(s), text(s), text(s), vplayer(s), webvtt(s), webvtt(s), xsub(s), xsub(s), libfdk_aac(a), libfdk_aac(a), libmp3lame(a), libopus(a), libopus(a), libvorbis(a), libvorbis(a), libvpx(v), libvpx(v), libvpx-vp9(v), libvpx-vp9(v), libx264(v), libx264rgb(v), libx265(v), bintext(v), xbin(v), idf(v),
    
    Directive => Local Value => Master Value
    ffmpeg.allow_persistent => 0 => 0
    ffmpeg.show_warnings => 0 => 0
     
  4. VIP_Hawaii

    VIP_Hawaii Member

    56
    11
    8
    May 6, 2016
    Ratings:
    +12
    Local Time:
    4:51 AM
    1.11.3
    10.1.13 (?)
    You must be living on a different planet than I am George because I just completely wiped out my CentOS 7 64bit installation, re-installed it again (into a virtualization container in Xen Server 6.2.0 SP1), then did a full cURL one-liner install of Centminmod Beta 01 today. I went straight from menu item 1 (new install) to menu item 19, FFMPEG-PHP installation, and told it 'y' at every prompt ... but it failed again. Here are the most recent Centminmod ffmpeg-related install logs just created in the past hour :

    centminmod_ffmpeg_install_250816-132725.log - Pastebin.com
    centminmod_ffmpeg_phpext_install_250816-133626.log - Pastebin.com

     
  5. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    11:51 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    from logs, you have alot of yum repo issues so could be related
    Code (Text):
    Downloading packages:
    http://mirror.tzulo.com/centos/7.2.1511/os/x86_64/Packages/nasm-2.10.07-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.tzulo.com/centos/7.2.1511/os/x86_64/Packages/nasm-2.10.07-7.el7.x86_64.rpm: (28, 'Resolving timed out after 30557 milliseconds')
    Trying other mirror.
    http://mirror.clarkson.edu/centos/7.2.1511/updates/x86_64/Packages/numactl-devel-2.0.9-6.el7_2.x86_64.rpm: [Errno 12] Timeout on http://mirror.clarkson.edu/centos/7.2.1511/updates/x86_64/Packages/numactl-devel-2.0.9-6.el7_2.x86_64.rpm: (28, 'Resolving timed out after 30552 milliseconds')
    Trying other mirror.
    http://mirrors.unifiedlayer.com/centos/7.2.1511/updates/x86_64/Packages/mercurial-2.6.2-6.el7_2.x86_64.rpm: [Errno 12] Timeout on http://mirrors.unifiedlayer.com/centos/7.2.1511/updates/x86_64/Packages/mercurial-2.6.2-6.el7_2.x86_64.rpm: (28, 'Resolving timed out after 30547 milliseconds')
    Trying other mirror.
    http://mirror.datto.com/fedora/epel/7/x86_64/y/yasm-1.2.0-4.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.datto.com/fedora/epel/7/x86_64/y/yasm-1.2.0-4.el7.x86_64.rpm: (28, 'Resolving timed out after 30539 milliseconds')
    Trying other mirror.
    http://mirror.us.leaseweb.net/epel/7/x86_64/y/yasm-devel-1.2.0-4.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.us.leaseweb.net/epel/7/x86_64/y/yasm-devel-1.2.0-4.el7.x86_64.rpm: (28, 'Resolving timed out after 30545 milliseconds')
    Trying other mirror.
    http://repo1.dal.innoscale.net/centos/7.2.1511/updates/x86_64/Packages/numactl-devel-2.0.9-6.el7_2.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: repo1.dal.innoscale.net; Name or service not known"
    Trying other mirror.
    http://centos.mirrors.wvstateu.edu/7.2.1511/os/x86_64/Packages/nasm-2.10.07-7.el7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: centos.mirrors.wvstateu.edu; Name or service not known"
    Trying other mirror.
    https://muug.ca/mirror/fedora-epel/7/x86_64/y/yasm-1.2.0-4.el7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: muug.ca; Name or service not known"
    Trying other mirror.
    http://mirrors.usinternet.com/centos/7.2.1511/updates/x86_64/Packages/mercurial-2.6.2-6.el7_2.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: mirrors.usinternet.com; Name or service not known"
    Trying other mirror.
    http://mirror.cs.pitt.edu/epel/7/x86_64/y/yasm-devel-1.2.0-4.el7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: mirror.cs.pitt.edu; Name or service not known"
    Trying other mirror.

    also looks like source downloads for ffmpeg via git failed to install due to probably DNS or internet connectivity on your server
    Code (Text):
    abort: error: Name or service not known
    /usr/local/src/centminmod/addons/ffmpeg.sh: line 110: cd: /opt/ffmpeg_sources/x265/build/linux: No such file or directory

    Code (Text):
    fatal: Unable to look up git.code.sf.net (port 9418) (Name or service not known)
    Cloning into 'fdk-aac'...
    /usr/local/src/centminmod/addons/ffmpeg.sh: line 118: cd: fdk-aac: No such file or directory
    autoreconf: 'configure.ac' or 'configure.in' is required
    /usr/local/src/centminmod/addons/ffmpeg.sh: line 120: ./configure: No such file or directory

    Code (Text):
    curl: (6) Could not resolve host: downloads.xiph.org; Unknown error
    tar (child): libogg-1.3.2.tar.gz: Cannot open: No such file or directory
    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now
    /usr/local/src/centminmod/addons/ffmpeg.sh: line 146: cd: libogg-1.3.2: No such file or directory
    /usr/local/src/centminmod/addons/ffmpeg.sh: line 147: ./configure: No such file or directory

    Code (Text):
    Cloning into 'libvpx'...
    fatal: unable to access 'https://chromium.googlesource.com/webm/libvpx.git/': Could not resolve host: chromium.googlesource.com; Unknown error
    /usr/local/src/centminmod/addons/ffmpeg.sh: line 163: cd: libvpx: No such file or directory
    /usr/local/src/centminmod/addons/ffmpeg.sh: line 164: ./configure: No such file or directory

    so looks like probably is your server and it's network connectivity/dns.
     
  6. VIP_Hawaii

    VIP_Hawaii Member

    56
    11
    8
    May 6, 2016
    Ratings:
    +12
    Local Time:
    4:51 AM
    1.11.3
    10.1.13 (?)
    I have to agree with your analysis ... and it's true I'm sure : I'm on a different planet, internet-wise ... up here in the northeast where I live, it's amazing I have any internet at all ... I have already tried using my ISP's recommended DNS server settings (which match the ones in the super cheap one-port Comtrend CT-5072T black OEM DSL modem router [what the heck is a one port router, anyway???]), so I would not get DNS conflicts (the router DNS settings can not be changed : how cheap!) ... so then I guess I will need to buy a good configurable DSL modem, or else immediately order fiber optic ... there are no other viable options for good internet here. Plus I will call their tech support and see what I can get accomplished.

    Now George, assuming I do get any internet connectivity and/or DNS issues solved, what then should I do to fix this broken Centminmod installation? : run option 4, 5 and 19 of centmin.sh?

    Thanks again for all your help!

    VIP

     
  7. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    11:51 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Probably best to do fresh CentOS 7 reload and reinstall fresh Centmin Mod because you don't know what other downloaded dependencies have failed during the install and setup. Though it gives me an idea for 123.09beta01 to add download failure checks for git cloned downloads as well so can probably abort sooner into some routines and give an error message reporting connectivity issues.
     
  8. VIP_Hawaii

    VIP_Hawaii Member

    56
    11
    8
    May 6, 2016
    Ratings:
    +12
    Local Time:
    4:51 AM
    1.11.3
    10.1.13 (?)
    Absolutely agreed on the download failure checks ... basic functionality. :)

    VIP

     
  9. VIP_Hawaii

    VIP_Hawaii Member

    56
    11
    8
    May 6, 2016
    Ratings:
    +12
    Local Time:
    4:51 AM
    1.11.3
    10.1.13 (?)
    UPDATE : 2016_08_25_2115_ET : Of course, you were right again, George! : Centminmod installed without a hitch, including of course FFMPEG-PHP, plus Suhosin and the new compression support files. Thank you so much for your help and support! Let's make some CentminMod T-Shirts for computer conventions and so on! I'll wear one for sure. :) :) :) :) :) :) :) :) :) :)


    VIP Hawaii
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    (original post follows) :

    OK ... having fun doing a new CentOS 7 64bit fresh install on this Poweredge *(again)*.
    I decided against using Xen Server 6.2.0 SP1 for virtualization as I did not really need it : it was recommended for me by someone who was basically trying to squeeze more money out of me for his help; I decided instead on a pure CentOS 7 64bit / Centminmod beta01 cURL one-liner installation (again) on the full SAS RAID 0 backplane (currently only 272GB but I hope to grow it soon!) ...

    YES! You and I were both right George : DNS errors abounded during the installs I did which failed. I used DNS Benchmark, a freeware utility I've used for years by GRC Software, to sort out the good from the bad DNS servers ... you'll laugh: the bad DNS server were the ones provided by my ISP, Fairpoint Communications, which codes their DNS addresses directly into their COMTREND CT-5072T and also their 4-port router but their DNS servers (I guess) are so overloaded that DNS queries have been failing almost constantly this past week. No wonder Centminmod installation failed in multiple ways.

    Just in case you people are interested, here are the results of my DNS Benchmark test ... I am on Fairpoint (quote, unquote "Business Class") DSL, in Aroostook County, Maine, uSA. The list below shows best/fastest DNS servers (sorted from fastest on top to slowest on bottom), as found by DNS Benchmark (after having weeded out only the ONLY 3 DNS SERVERS WHICH RETURNED ACTUAL *ERRORS*, ALL OF WHICH BELONG TO *FAIRPOINT COMMUNICATIONS!*) .. :

    205.171.2.65
    198.6.1.4
    205.171.3.65
    129.250.35.250
    129.250.35.251
    195.27.1.1
    74.82.42.42
    141.1.1.1
    64.105.159.250

    After several DNS Benchmark tests, the above DNS server IP addresses turned out to be consistently the fastest and most reliable in terms of non-corrupted and otherwise proper responses ... these replaced the default 64.222.212.243 and 64.222.84.243 DNS addresses built into the router. Remember people, if you use these on your router DNS configuration, be sure to match those entries (the preferred ones selected using DNS Bench, shown in this post, above!), IN the original and same order (fastest servers top the list) in your network TCP/IP (IPv4) configurations (and use a converter to translate that to IPv6 addresses for you to cut and paste if you use IPv6 or desire that support). Note : the above IP addresses may not work as well from your area, instead download and use DNS Bench (follow their excellent instructions on their website!) and find your own best DNS servers.

    Now for the acid test : Centminmod install!!!!! :
    I'll report back with the results soon.

    Thanks for reading this.


    VIP

     
    Last edited: Aug 26, 2016
  10. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    11:51 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    quoting own post ??
     
  11. VIP_Hawaii

    VIP_Hawaii Member

    56
    11
    8
    May 6, 2016
    Ratings:
    +12
    Local Time:
    4:51 AM
    1.11.3
    10.1.13 (?)
    VIP_Hawaii said: ↑
    UPDATE : 2016_08_25_2115_ET : Of course, you were right again, George! : Centminmod installed without a hitch, including of course FFMPEG-PHP, plus Suhosin and the new compression support files. Thank you so much for your help and support! Let's make some CentminMod T-Shirts for computer conventions and so on! I'll wear one and help seell them for sure.



    [/QUOTE]
     
    Last edited by a moderator: Aug 26, 2016
  12. VIP_Hawaii

    VIP_Hawaii Member

    56
    11
    8
    May 6, 2016
    Ratings:
    +12
    Local Time:
    4:51 AM
    1.11.3
    10.1.13 (?)
    Wow! I even got all of the /addons installed this time! Thanks for those devtools-3, I know they will come in handy. :) :) :) :) :)

    VIP
     
  13. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    11:51 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah they do come in handy especially for centos 6

    but all those attachments are blank ?
     
  14. VIP_Hawaii

    VIP_Hawaii Member

    56
    11
    8
    May 6, 2016
    Ratings:
    +12
    Local Time:
    4:51 AM
    1.11.3
    10.1.13 (?)
    What attachments? I made no attachments ... bizarre. ... : sorry but the forum software you are using is pretty cool but a bit buggy. Are you using XenForo? If so then maybe switching back to vBulletin might help! : my vB 3.8.4 PL2 works fine (if you baby and pamper it).

    VIP

     
  15. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    11:51 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    i deleted the attachments, you might have copied and pasted a print screen or something as you can upload attachments that way
     
  16. KinderOvO

    KinderOvO Member

    92
    1
    8
    Jan 13, 2015
    Ratings:
    +1
    Local Time:
    11:51 AM
    1.4
    10
    option 19 ffmpeg install, show error php 7 not support.
     
  17. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    11:51 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yes because ffmpeg php extension isn't supported in php 7 unfortunately
     
  18. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    3:51 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    @eva2000 is it possible to install complete ffmpeg on server through centmin menu?
    I need ffmpeg for converting video from mp4 to mkv or something else.
    I have static ffmpeg for xenforo, and php ffmpeg working ok on php 7.1
    But I need complete ffmpeg on server to do video conversion.
     
  19. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    11:51 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    centmin.sh menu option 19 ffmpeg installs both ffmpeg and ffmpeg php extension if php version supported

    at end of centmin.sh menu option 19, you would have
    Code (Text):
    Installed FFMPEG binary at /opt/bin/ffmpeg
    
     
    Last edited: May 8, 2017
  20. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    9:51 AM
    Mainline
    10.2
    So it only support up to PHP 5.6 right?