ffmpeg.so: undefined symbol: av_free_static

September 1, 2008 on 1:25 am | In FFMPEG | No Comments

When 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

No Comments yet »

RSS feed for comments on this post. TrackBack URI

Leave a comment