This is a common error when we issue a “php -v” over command line or when we browse a phpinfo.php on a site.

To quickly fix this problem you will need to recompile your ffmpeg-php again.

How we fix this?

1)

  1. #cd %ffmpeg-php-DIR%
  2. #vi ffmpeg-php.c

remove/comment the call to av_free_static()

save.

2)

rebuild ffmpeg-php and place the new ffmpeg.so on your extension directory.

 

Should be fixed.

 

 

2 Responses to “ffmpeg.so: undefined symbol: av_free_static”

  1. Johnon 31 Aug 2008 at 7:56 pm

    Thanks buddy..

    That fixed my issue.

  2. Eon 17 Sep 2008 at 10:28 am

    Excellent, just what I needed. :)

Trackback URI | Comments RSS

Leave a Reply