Page 1 of 1

symbol lookup error

Posted: 26 Aug 2005 16:05
by 2d23d
Hi everyone,
i installed VLC and dependencies via YUM from livna repository on FC4 and everything worked fine, but when I try to run VLC I get this error:

[someone@druff ~]# vlc
vlc: symbol lookup error: /usr/lib/libavformat.so: undefined symbol: dc1394_create_handle

Any Ideas?
Thanks in advance
Philipp

Posted: 26 Aug 2005 16:19
by dionoea
looks like yum didn't install the right version of libavcodec (ffmpeg)

Posted: 04 Sep 2005 03:55
by neoee
I'm having the same problem. Any advise on how to resolve the issue? Where can I find the *right* version of ffmpeg and do I need to compile it or is it available as a package?

Currently I'm running:

Name : ffmpeg Relocations: (not relocatable)
Version : 0.4.9 Vendor: ATrpms.net
Release : 10_cvs20050612.rhfc4.at Build Date: Mon 13 Jun 2005 07:06:02 AM PDT
Install Date: Sat 03 Sep 2005 06:30:29 PM PDT Build Host: n26
Group : System Environment/Libraries Source RPM: ffmpeg-0.4.9-10_cvs20050612.rhfc4.at.src.rpm

Posted: 04 Sep 2005 21:40
by AsMaX
Hi,
this should be reported to the maintainer of the package then... anyway you can try to compile the latest cvs version of ffmeg yourself (see http://ffmpeg.sourceforge.net/download.php)

Posted: 05 Sep 2005 06:49
by neoee
Thanks! I'll give it a shot and report back.