View Single Post
Old 06-23-2012, 06:29 PM   PM User | #370
chump2877
Senior Coder

 
chump2877's Avatar
 
Join Date: Dec 2004
Location: the U.S. of freakin' A.
Posts: 2,530
Thanks: 15
Thanked 128 Times in 121 Posts
chump2877 is on a distinguished road
Quote:
Originally Posted by bbrog View Post
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?
__________________
Regards, R.J.

---------------------------------------------------------

Help spread the word! Like my YouTube-to-Mp3 Web Conversion Software on Facebook !! :)
chump2877 is offline   Reply With Quote