|
||||||||||
|
|
Error: ffmpeg headers not found…enable –shared option with FFMPEGApril 10, 2008 on 7:28 pm | In FFMPEG | 1 CommentYou may receive the below error while installing ffmpeg-php in cPanel servers. Error you receive…… checking for ffmpeg support… yes, shared This error is due to the header files are not located in “/usr/local/include/ffmpeg” directory. 1. Check whether “/usr/local/include/ffmpeg” directory is created while installing ffmpeg. If not, create this directory. mkdir /usr/local/include/ffmpeg 2. Copy the necessary ffmpeg header files to “/usr/local/include/ffmpeg”. cp -p /usr/local/src/ffmpeg/libavformat/avio.h /usr/local/include/ffmpeg 3. After this you need to install your ffmpeg package again. After installing the ffmpeg, install ffmpeg-php. 1 Comment »RSS feed for comments on this post. TrackBack URI Leave a comment |
![]() Powered and designed by Presoon.com. |
thank you, brother
Comment by Greeluck — May 8, 2008 #