Hello,
Im running CloudLinux Server release 6.7 on CentOS with cPanel and I would like to install ffmpeg-php but it tells me that I need php-gd even if it is already installed and working.
Do I need to install alt-php55-gd? If so, would this give issues with my current GD install? And, on PHP upgrade via cPanel, would any of those installs needs to be upgraded manually?
Also, as far I can see, I would also need to install alt-php55-common. Please advice.
Thank you in advance
Marco
Im running CloudLinux Server release 6.7 on CentOS with cPanel and I would like to install ffmpeg-php but it tells me that I need php-gd even if it is already installed and working.
Code:
root@rossiman [~]# yum install ffmpeg-php Loaded plugins: fastestmirror, rhnplugin Setting up Install Process Loading mirror speeds from cached hostfile * cloudlinux-x86_64-server-6: xmlrpc.cln.cloudlinux.com Resolving Dependencies --> Running transaction check ---> Package ffmpeg-php.x86_64 0:0.7.0-2.el6 will be installed --> Processing Dependency: php-common >= 5.0.4 for package: ffmpeg-php-0.7.0-2.el6.x86_64 --> Processing Dependency: php-gd for package: ffmpeg-php-0.7.0-2.el6.x86_64 --> Finished Dependency Resolution Error: Package: ffmpeg-php-0.7.0-2.el6.x86_64 (cloudlinux-x86_64-server-6) Requires: php-gd Error: Package: ffmpeg-php-0.7.0-2.el6.x86_64 (cloudlinux-x86_64-server-6) Requires: php-common >= 5.0.4 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Code:
root@rossiman [~]#php -m [PHP Modules] bcmath bz2 calendar Core ctype curl date dom ereg exif fileinfo filter ftp gd gearman gettext hash iconv imagick imap json libxml mbstring mcrypt mysql mysqli mysqlnd openssl pcntl pcre PDO pdo_mysql pdo_sqlite Phar posix pspell Reflection session SimpleXML soap sockets SPL sqlite3 standard tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib [Zend Modules]
Also, as far I can see, I would also need to install alt-php55-common. Please advice.
Thank you in advance
Marco
Comment