Quote:
Originally Posted by bbrog
Hi, I'm running into the following problem now do you know what this can be about
php: symbol lookup error:
/usr/local/lib/php/extensions/no-debug-non-zts-20060613/ffmpeg.so: undefined
symbol: avcodec_init
|
Looks like some kind of installation/compilation error.
1) Did you completely remove the existing version of ffmpeg before installing a new version? Did you install multiple versions of some other software on the server?
2) Have you added the following line to your php.ini:
Code:
extension=ffmpeg.so
3) Does the file /usr/local/lib/php/extensions/no-debug-non-zts-20060613/ffmpeg.so exist? If so, paste the contents of the file.
Also, I failed to ask why this is the case:
Quote:
|
the yum update stuff does not work with my server
|
...so why do you have to build ffmpeg from source?