LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-06-2009, 08:14 AM   #1
priceey
LQ Newbie
 
Registered: Mar 2006
Posts: 13

Rep: Reputation: 0
symbol lookup error: /usr/lib/libavcodec.so.51: undefined symbol: av_crc04C11DB7


Hello again peeps

Can someone help me?

I am trying to run a program script, but every time I try to run it I get this:

Code:
symbol lookup error: /usr/lib/libavcodec.so.51: undefined symbol: av_crc04C11DB7
Can someone please explain what this error is, and how I can fix it?

So far, I think its a link problem???? but I am not sure. If I search for the file I get this:

Code:
lrwxrwxrwx 1 root root      21 2009-01-22 16:15 libavcodec.so -> libavcodec.so.51.40.4
lrwxrwxrwx 1 root root      21 2008-06-26 10:41 libavcodec.so.51 -> libavcodec.so.51.40.4
if I run a ldd on the script I get this output:

Code:
linux-gate.so.1 =>  (0x00110000)
        libm.so.6 => /lib/libm.so.6 (0x007ad000)
        libz.so.1 => /lib/libz.so.1 (0x0041c000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x008b7000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x009cb000)
        libXt.so.6 => /usr/lib/libXt.so.6 (0x0058a000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00aec000)
        libXft.so.2 => /usr/lib/libXft.so.2 (0x03bc1000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0x00431000)
        libavformat.so.51 => /usr/lib/libavformat.so.51 (0x00111000)
        libavcodec.so.51 => /usr/lib/libavcodec.so.51 (0x00af5000)
        libavutil.so.49 => /usr/local/lib/libavutil.so.49 (0x001a2000)
        libasound.so.2 => /lib/libasound.so.2 (0x03adc000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x007df000)
        libc.so.6 => /lib/libc.so.6 (0x00657000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00a07000)
        /lib/ld-linux.so.2 (0x00634000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x009bb000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x008af000)
        libdl.so.2 => /lib/libdl.so.2 (0x007d8000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0x001b3000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0x001bc000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00abb000)
        libogg.so.0 => /usr/lib/libogg.so.0 (0x00582000)
        libdts.so.0 => /usr/lib/libdts.so.0 (0x0028e000)
        libgsm.so.1 => /usr/lib/libgsm.so.1 (0x00818000)
        libmp3lame.so.0 => /usr/local/lib/libmp3lame.so.0 (0x001d6000)
        libtheora.so.0 => /usr/lib/libtheora.so.0 (0x002b1000)
        libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x002fb000)
        libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0x06bf0000)
        libxvidcore.so.4 => /usr/local/lib/libxvidcore.so.4 (0x00458000)
        libx264.so.54 => /usr/lib/libx264.so.54 (0x0038b000)
        libfaac.so.0 => /usr/lib/libfaac.so.0 (0x00805000)
        libfaad.so.0 => /usr/lib/libfaad.so.0 (0x00325000)
        libexpat.so.0 => /lib/libexpat.so.0 (0x009e4000)
        libmp4v2.so.0 => /usr/lib/libmp4v2.so.0 (0x06325000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00eed000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00266000)
Can anyone see the problem???

Thanks in advance

P.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
/usr/sbin/httpd: symbol lookup error: /usr/sbin/httpd: undefined symbol: apr_atomic_x dasoberdick Slackware 16 10-11-2014 02:36 AM
./firefox-bin :symbol lookup error:/lib/libgthread-2.0.so.0: undefined symbol: arulupsaras Linux - General 1 11-08-2008 04:48 AM
symbol lookup error: /usr/lib/libgtk-x11.2.0.so.0: undefined symbol:... IamI Slackware 17 02-29-2008 11:10 AM
Workaround: 'symbol lookup error: k3b: undefined symbol: lstat64' devdol Linux - Software 2 02-15-2008 03:36 AM
./firefox-bin: symbol lookup error: /usr/lib/libpango-1.0.so.0: undefined symbol: g_s cb8100 Slackware 3 10-05-2006 10:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration