Want more timely Centmin Mod News Updates?
Become a Member

MariaDB 123.08stable mysql restart &ffmpeg php issues

Discussion in 'Install & Upgrades or Pre-Install Questions' started by uzey, May 16, 2016.

  1. uzey

    uzey New Member

    16
    3
    3
    May 15, 2016
    Ratings:
    +5
    Local Time:
    3:14 PM
    1.9.15
    5.5
    hi guys,


    Need some clarifications. I encountered some problem is start/stop/restart mysql. Mysql command not found, though it successfully installed all the packages. Even i tried using service mysql stop/start/restart or systemctl status mysql.service. Currently using 123.08stable package and centos 7. How to solve this problem??
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    5:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    You'll need to post on the forums with the following info
    • Server or VPS details ? XEN, KVM, OpenVZ, VMWare or dedicated server ? OS ? CentOS 6.7 or 7.2 ? 32bit or 64bit ?
    • What version of Centmin Mod ? .07 stable or 08 stable or .09 beta01 or another branch version ?
    • Was it fresh install or upgrade ?
    • Method of install ? Via centmin.sh menu option 1, Git install or curl one liner install as outlined at centminmod.com/download.html ?
    • How long ago did you install Centmin Mod ?
    • There's numerous code changes, bug fixes over time, so ensure you have latest Centmin Mod code installed by upgrading your Centmin Mod code as instructed below.

    Troubleshooting Initial Install



    To troubleshoot initial installation, you need to check the initial install log at /root/centminlogs and instructions under Sharing logs and errors heading for using Pastebin.com or Gists to share a sanitised version of the contents of the initial install log. You can see full details at How to troubleshoot Centmin Mod initial install issues
     
  3. uzey

    uzey New Member

    16
    3
    3
    May 15, 2016
    Ratings:
    +5
    Local Time:
    3:14 PM
    1.9.15
    5.5
    • Server or VPS details ? - Oracle VirtualBox - Version 5.0.20 r106931, Centos - CentOS Linux release 7.2.1511 (Core)
    • What version of Centmin Mod ? - 08 stable
    • Was it fresh install or upgrade ? - fresh install
    • Method of install ? - curl one line
    • How long ago did you install Centmin Mod? - 2-3 days ago
    Sorry guys, I understand you need the install log for troubleshooting. Did you mean the whole log of
    centminmod_1.2.3-eva2000.08_150516-190402_install.log?
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    5:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  5. uzey

    uzey New Member

    16
    3
    3
    May 15, 2016
    Ratings:
    +5
    Local Time:
    3:14 PM
    1.9.15
    5.5
    Last edited by a moderator: May 16, 2016
  6. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    5:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    I removed .js extension from your github file so can view it

    what's the default language of your host computer running virtualbox ? the locale settings might be causing problems in that mariadb mysql and thus php-fpm failed to install

    maybe Quick tip: adjust locale settings on CentOS 7 minimal install - Virtual to the Core ?

    Code (Text):
    Failed to set locale, defaulting to C

    but more likely is the CentOS7 virtualbox instance's RPM database is corrupted - maybe try MariaDB - MariaDB installation wasn't successful | Centmin Mod Community or a fresh CentOS 7 OS install
    Code (Text):
    --> Finished Dependency Resolution
    Error: Rpmdb checksum is invalid: pkg checksums: mariadb-libs-1:5.5.47-1.el7_2.x86_64
    

    Code (Text):
    *************************************************
    * Installing MariaDB via CentOS Yum Repo
    *************************************************
    rm: cannot remove 'rf': No such file or directory
    MariaDB 10.x Repo setup...
    
    rpm --import http://yum.mariadb.org/RPM-GPG-KEY-MariaDB
    
    Check for existing mariadb packages
    
    Check for existing mariadb-libs package
    rpm -e --nodeps mariadb-libs-5.5.47-1.el7_2.x86_64
    warning: file /etc/my.cnf: remove failed: No such file or directory
    
    MariaDB 5.5 YUM install...
    time yum -q -y --disableplugin=fastestmirror,downloadonly --disablerepo=epel,rpmforge install perl-DBI
    Failed to set locale, defaulting to C
    Package perl-DBI-1.627-4.el7.x86_64 already installed and latest version
    
    real    0m2.753s
    user    0m0.825s
    sys    0m0.085s
    
    *************************************************
    MariaDB 10.x YUM install...
    yum -q -y --disableplugin=fastestmirror,downloadonly --disablerepo=epel,rpmforge install MariaDB-client MariaDB-common MariaDB-compat MariaDB-devel MariaDB-server MariaDB-shared
    *************************************************
    
    Failed to set locale, defaulting to C
    Loaded plugins: priorities
    No plugin match for: downloadonly
    Resolving Dependencies
    --> Running transaction check
    ---> Package MariaDB-client.x86_64 0:10.0.25-1.el7.centos will be installed
    ---> Package MariaDB-common.x86_64 0:10.0.25-1.el7.centos will be installed
    ---> Package MariaDB-compat.x86_64 0:10.0.25-1.el7.centos will be installed
    ---> Package MariaDB-devel.x86_64 0:10.0.25-1.el7.centos will be installed
    ---> Package MariaDB-server.x86_64 0:10.0.25-1.el7.centos will be installed
    ---> Package MariaDB-shared.x86_64 0:10.0.25-1.el7.centos will be installed
    --> Finished Dependency Resolution
    Error: Rpmdb checksum is invalid: pkg checksums: mariadb-libs-1:5.5.47-1.el7_2.x86_64
    


    You also might want to try fresh CentOS 7.2 OS with 123.09beta01 install instead Beta Branch - Centmin Mod .09 beta branch Testing | Centmin Mod Community i just updated it with a revised way for MariaDB 10.1 install
    Code (Text):
    curl -O https://centminmod.com/betainstaller.sh && chmod 0700 betainstaller.sh && bash betainstaller.sh
     
  7. uzey

    uzey New Member

    16
    3
    3
    May 15, 2016
    Ratings:
    +5
    Local Time:
    3:14 PM
    1.9.15
    5.5
    will try all the options as above and will update accordingly later. Thanks mate!!
     
  8. uzey

    uzey New Member

    16
    3
    3
    May 15, 2016
    Ratings:
    +5
    Local Time:
    3:14 PM
    1.9.15
    5.5
    Below herewith, the steps taken.

    1. As suggested, reinstall centos 7 (still using minimal ISO)
    2. Get rid the error msg locale setting first (by installing glibc-common,glibc) tried few options including edit bashrc still not working.
    3. Then checked the rpm database instances.
    4. After that, I picked one line curl installer (php 7.0.6+ default installer) (as I would like to try the new php7 for my latest joomla)
    5. Everything looks okay.
    6. As i required ffmpeg, I pick option 19 on centmin menu then get this error

    FFMPEG PHP Extension installed
    restarting php-fpm service ...

    Gracefully shutting down php-fpm . done
    Starting php-fpm [17-May-2016 00:54:16] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20151012/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20151012/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0

    done

    check phpinfo for FFMPEG PHP Extension...

    PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20151012/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20151012/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0

    Extension 'ffmpeg' not present.

    I believed, the ffmpeg intallation is not working.
     
  9. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    5:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    in /root/centminlogs there would be a ffmpeg install log - as every centmin.sh menu option has a log file saved at /root/centminlogs so you can troubleshoot stuff like this, if you can post a gist or pastebin for ffmpeg install log, we can see what's going on
     
  10. uzey

    uzey New Member

    16
    3
    3
    May 15, 2016
    Ratings:
    +5
    Local Time:
    3:14 PM
    1.9.15
    5.5
  11. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    5:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    looks like network issues on your server or destination as some ffmpeg required downloads failed
    Code (Text):
    fatal: unable to connect to git.videolan.org:
    git.videolan.org[0: 88.191.250.118]: errno=Connection timed out
    git.videolan.org[1: 2a01:e0d:1:3:58bf:fa76:0:1]: errno=Network is unreachable
    Cloning into 'x264'...
    /usr/local/src/centminmod/addons/ffmpeg.sh: line 78: cd: x264: No such file or directory
    /usr/local/src/centminmod/addons/ffmpeg.sh: line 79: ./configure: No such file or directory
    make: *** No targets specified and no makefile found. Stop.
    make: *** No rule to make target `install'. Stop.
    make: *** No rule to make target `distclean'. Stop.
    

    Code (Text):
    fatal: unable to connect to source.ffmpeg.org:
    source.ffmpeg.org[0: 88.191.250.118]: errno=Connection timed out
    source.ffmpeg.org[1: 2a01:e0d:1:3:58bf:fa76:0:1]: errno=Network is unreachable
    
    Cloning into 'ffmpeg'...
    /usr/local/src/centminmod/addons/ffmpeg.sh: line 147: cd: ffmpeg: No such file or directory
    /usr/local/src/centminmod/addons/ffmpeg.sh: line 148: ./configure: No such file or directory

    As these downloads failed due to network connectivity issues, ffmpeg php extension failed to compile as it's missing headers which ffmpeg install would of setup
    Code (Text):
    checking for ffmpeg headers...
    configure: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option
    make: *** No targets specified and no makefile found.  Stop.
    make: *** No rule to make target `install'.  Stop.
    grep: /etc/centminmod/php.d/ffmpeg.ini: No such file or directory
    
     
  12. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    5:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    however, i just tested on local virtualbox centos 7.2 with 123.09beta01 too and while ffmpeg installed
    Code (Text):
    Installed FFMPEG binary at /opt/bin/ffmpeg
    
    ffmpeg version git-2016-05-16-60c2e38 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. 24.100 / 55. 24.100
    libavcodec     57. 42.100 / 57. 42.100
    libavformat    57. 36.100 / 57. 36.100
    libavdevice    57.  0.101 / 57.  0.101
    libavfilter     6. 45.100 /  6. 45.100
    libswscale      4.  1.100 /  4.  1.100
    libswresample   2.  0.101 /  2.  0.101
    libpostproc    54.  0.100 / 54.  0.100

    ffmpeg php extension failed for other reasons - possibly not ffmpeg php extension doesn't support PHP 7.x ?
    Code (Text):
    /svr-setup/ffmpeg-php-git/ffmpeg_movie.c:56:62: warning: comparison between pointer and integer [enabled by default]
                     sizeof("ffmpeg_movie"), (void **)&_tmp_zval) == FAILURE) {\
                                                                  ^
    /svr-setup/ffmpeg-php-git/ffmpeg_movie.c:1401:5: note: in expansion of macro ‘GET_MOVIE_RESOURCE’
         GET_MOVIE_RESOURCE(ffmovie_ctx);
         ^
    /svr-setup/ffmpeg-php-git/ffmpeg_movie.c:61:40: error: expected expression before ‘ff_movie_context’
         ZEND_FETCH_RESOURCE2(ff_movie_ctx, ff_movie_context*, _tmp_zval, -1,\
                                            ^
    /svr-setup/ffmpeg-php-git/ffmpeg_movie.c:1401:5: note: in expansion of macro ‘GET_MOVIE_RESOURCE’
         GET_MOVIE_RESOURCE(ffmovie_ctx);
         ^
    make: *** [ffmpeg_movie.lo] Error 1
    
    FFMPEG PHP Extension installed
    restarting php-fpm service ...
    
    Gracefully shutting down php-fpm . done
    Starting php-fpm [17-May-2016 01:38:47] NOTICE: PHP message: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20151012/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20151012/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0
    done
    
    check phpinfo for FFMPEG PHP Extension...
    
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20151012/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20151012/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0
    Extension 'ffmpeg' not present.
    
     
  13. uzey

    uzey New Member

    16
    3
    3
    May 15, 2016
    Ratings:
    +5
    Local Time:
    3:14 PM
    1.9.15
    5.5
    btw, can i revert/uninstall ffmpeg ?
     
  14. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    5:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    not really uninstallable via source compile and well when it failed to install, nothing is technically installed where it matters, but you can just ensure ffmpeg.ini is not loaded by finding it's path via command
    Code (Text):
    php --ini
    

    and remove the ffmpeg.ini and restart php-fpm

    you could remove just the source files from these places
    • /opt/ffmpeg
    • /opt/ffmpeg_source
    • /svr-setup/ffmpeg-php-git
     
    Last edited: May 17, 2016
  15. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    5:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  16. uzey

    uzey New Member

    16
    3
    3
    May 15, 2016
    Ratings:
    +5
    Local Time:
    3:14 PM
    1.9.15
    5.5
    I did reinstall the ffmpeg again after manually ping source.ffmpeg.org (88.191.250.118) to test connection issues. But it return the same error. I was thinking the php7 could be the culprit too.

    reinstall ffmpeg_centmin09beta01 · GitHub
     
  17. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    5:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah from my tests, PHP 7 + ffmpeg php extension not compatible so far, i am downgrading to php 5.6.21 to retry ffmpeg php extension via centmin.sh menu option 19 submenu option 3
     
  18. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    5:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    confirmed PHP 5.6.21 + ffmpeg php extension works :)
    Code (Text):
    --------------------------------------------------------
    Centmin Mod 1.2.3-eva2000.09 - http://centminmod.com
    --------------------------------------------------------
                       Centmin Mod Menu                
    --------------------------------------------------------
    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 ioping.sh vbtechsupport.com/1239/
    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 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 ] 3
    --------------------------------------------------------

    Code (Text):
    check phpinfo for FFMPEG PHP Extension...
    
    
    ffmpeg
    
    ffmpeg-php version => 0.7.0
    ffmpeg-php built on => May 17 2016 01:54:28
    ffmpeg-php gd support  => disabled
    ffmpeg libavcodec version => Lavc57.42.100
    ffmpeg libavcodec license => nonfree and unredistributable
    ffmpeg libavformat version => Lavf57.36.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), 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), 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), 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_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_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
    


    Code (Text):
    php -v
    PHP 5.6.21 (cli) (built: May 17 2016 01:50:22)
    Copyright (c) 1997-2016 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
        with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
    

    Code (Text):
    php -m
    [PHP Modules]
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    ffmpeg
    filter
    ftp
    gd
    geoip
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mailparse
    mbstring
    mcrypt
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    redis
    Reflection
    session
    shmop
    SimpleXML
    snmp
    soap
    sockets
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    xsl
    Zend OPcache
    zip
    zlib
    
    [Zend Modules]
    Zend OPcache
    

    Updating my centmin.sh menu option 19 routine to exclude PHP 7 for now - commit at update inc/ffmpeginstall.inc exclude incompatible PHP 7.0 branch · centminmod/centminmod@d439230 · GitHub
     
  19. uzey

    uzey New Member

    16
    3
    3
    May 15, 2016
    Ratings:
    +5
    Local Time:
    3:14 PM
    1.9.15
    5.5
    arrghh...but still need php7...nevermind...thanks for ur help... :)
     
  20. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    5:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah still waiting for extension developers to catch up with PHP 7 compatibility :)