Amarok Missing Dep

Michael Schwendt mschwendt at gmail.com
Wed Feb 13 04:20:34 UTC 2008


On Tue, 12 Feb 2008 15:36:17 -0500, Todd Zullinger wrote:

> Michael Schwendt wrote:
> > Here with F8 it doesn't. :)
> 
> Odd.
> 
> $ ldd /usr/bin/amarokapp | grep fftw
>     libfftw3.so.3 => /usr/lib/libfftw3.so.3 (0x0051f000)
> $ rpm -q amarok
> amarok-1.4.8-1.fc8.i386

Okay, because it is installed. Then also indirect dependencies are
listed. Instead, you could use:

  ls /usr/bin/amarokapp|/usr/lib/rpm/redhat/find-requires

It parses objdump -p for the list of needed sonames.

"ldd -u /usr/bin/amarokapp" also lists libtunepimp.so.5 as unused
direct dep.




More information about the fedora-list mailing list