xxx packages excluded due to repository protections
root@malta1339 [~]# yum update
Loaded plugins: priorities, protectbase
Setting up Update Process
184 packages excluded due to repository protections
No Packages marked for Update
root@malta1339 [~]# yum install php-gd php-devel
Loaded plugins: priorities, protectbase
Setting up Install Process
184 packages excluded due to repository protections
No package php-gd available.
No package php-devel available.
Error: Nothing to do
root@malta1339 [~]#
i am installing ffmpeg-php, its getting installed but not showing in php -i | grep ffmpeg and ffmpeg command result is (ffmpeg autoinstaller):
root@malta1339 [~]# ffmpeg
ffmpeg version N-73174-gea8fec2 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-11)
configuration:
libavutil 54. 27.100 / 54. 27.100
libavcodec 56. 45.100 / 56. 45.100
libavformat 56. 38.102 / 56. 38.102
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 18.100 / 5. 18.100
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.100 / 1. 2.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
Use -h to get full help or, even better, run 'man ffmpeg'
root@malta1339 [~]# which ffmpeg
/usr/local/bin/ffmpeg
root@malta1339 [~]#
i have also added extension=ffmpeg.so in php.ini
-
FFmpeg and ffmpeg-php is two different thing. How you installed ffmpeg on server. ? I think you are mixing ffmpeg and ffmpeg-php together. Functionality of both the application/module is different so make sure what you are installing and looking for. What I can see from SS is that you have installed ffmpeg on the server which is successfully installed and I think you installed it using yum. 0 -
i have installed ffmpeg via: ), but its showing php-gd, php-devel packages are not available; 0 -
Hello :) You can enable GD via EasyApache: You may want to try searching for installation assistance on forums where FFMPEG discussions occur. Thank you. 0
Please sign in to leave a comment.
Comments
3 comments