ffmpeg.so: undefined symbol: av_free_static

September 1, 2008 | In: FFMPEG

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

Comment Form