|
||||||||||
|
|
ffmpeg.so: undefined symbol: av_free_staticSeptember 1, 2008 on 1:25 am | In FFMPEG | No CommentsWhen we issue a “php -v” over command line or when we browse a phpinfo.php on a site this error occours. Go to the source directory ffmpeg-phpXX.XX #vi ffmpeg-php.c comment the line av_free_static() rebuild ffmpeg-php and place the new ffmpeg.so on your extension directory. phpize ./configure make make install “ffmpeg headers not found” error while installing ffmpeg in cPanel serversAugust 22, 2008 on 2:38 am | In FFMPEG | No CommentsThe error received is checking for ffmpeg support… yes, shared This is due to missing header files in “/usr/local/include/ffmpeg” directory. Check whether the directory “/usr/local/include/ffmpeg” exists else create it. mkdir /usr/local/include/ffmpeg The copy the header files. cp -p /usr/local/src/ffmpeg/libavformat/avio.h /usr/local/include/ffmpeg You need to install your ffmpeg again. After installing the ffmpeg, install ffmpeg-php. 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. How to Install FFMPEG and all its modules FFMPEG-PHPApril 10, 2008 on 7:15 pm | In FFMPEG, Installation | No Comments1.Create a new Directory under the src folder 2.Download all the Sources 3.Uncompress all the source files 4.Create the new codecs directory and move the codecs 5.Install SVN and Ruby 6.Download the latest FFMPEG and Mplayer from the subversion 7.Compile LAME 8.Compile libOGG 9.Compile libVorbis 10.Compile flvtool2 11.Compile MPlayer 12.Compile FFMPEG 13.Create symblinks 14.Compile FFMPEG-PHP 15.Install FFMPEG-PHP (make sure the php.ini path is correct.) Get correct php.ini path add the extesion ffmpeg.so Usually it is given as extension=ffmpeg.so and the extension_dir=/usr/local/lib/php/extensions/ Make sure that the ffmpeg.so is in /usr/local/lib/php/extensions/ Or the best way is to check the path for extension_dir in php.ini Then locate the file ffmpeg.so. Copy the file ffmpeg.so to extension_dir and add the line in php.ini 16.Restart Apache to load FFMPEG-PHP 17.Verify the installation If you get a few lines such as ffmpeg Then everything is installed and working. FFMPEG, FFMPEG-PHP, MPlayer, MEncoder, flv2tool, LAME MP3 encoder & libOGG. |
![]() Powered and designed by Presoon.com. |