On 1/11/07, Axel Thimm <Axel.Thimm@xxxxxxxxxx> wrote:
> >> > I am expericencing the following problem with ATrpms ffmpeg: > >> > > >> > $ ffmpeg > >> > ffmpeg: symbol lookup error: /usr/lib/libavcodec.so.51: undefined > >> > symbol: dlclose > >> > $ > >> > > >> > Any ideas? > >> > >> Axel monitors this list but you will get a faster response if > >> post your problem on Axel's bug page.. > > > >Do you mean this > > > >http://bugzilla.atrpms.net/ > > > >Kam? > > > > Yes. > > P.S. Happy New Year. You, too, Axel. Thanks, happy new year to you as well. On Thu, Jan 11, 2007 at 09:39:56PM +0000, Paul Smith wrote: > Done: > > http://bugzilla.atrpms.net/show_bug.cgi?id=1108 There was already an old bugzilla in there: http://bugzilla.atrpms.net/show_bug.cgi?id=1033 In a nutshell: It looks like something chews on some rpms, but it was never really resolved what it was. This may be prelink or perhaps another repo installing stuff over the ATrpms' bits. When the users identified the manipulated package (in their case x264 and subpackages) and reinstalled them from ATrpms the problem was fixed.
Thanks, Axel. With preventing x264 of being installed from other repos than ATrpms and doing the following solves the problem: rpm -e --nodeps x264 yum install x264 Paul