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.

 

 

3 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. :)

  3. 1camcorderon 12 Jan 2022 at 10:36 pm

    1several…

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.