rpm problem, now mplayer/gpm is busted :-(

Michael Schwendt mschwendt at gmail.com
Thu Dec 11 12:54:58 UTC 2008


On Wed, 10 Dec 2008 18:28:30 -0500 (EST), Steven wrote:

> =>> 529 > mplayer Happy_Penguin.wmv
> =>> mplayer: error while loading shared libraries: libgpm.so.1: cannot open 
> =>> shared object file: No such file or directory

> 576 > ls -l /usr/bin/mplayer
> -rwxr-xr-x 1 root root 8353364 Nov 24 19:57 /usr/bin/mplayer
> 577 > rpm -V mplayer
> 578 > mplayer | head -5
> mplayer: error while loading shared libraries: libgpm.so.1: cannot open 
> shared object file: No such file or directory
> 
> 
> Does this help?

Possibly. It tells me that your mplayer package verifies fine, which
means that the executables has not been tampered with. Examining the
executable I see that it depends on libgpm.so.2 via libaa.so.1:

$ ldd /usr/lib/libaa.so.1|grep gpm
        libgpm.so.2 => /usr/lib/libgpm.so.2 (0x00273000)
$ rpm -q --whatprovides libaa.so.1
aalib-libs-1.4.0-0.16.rc5.fc10.i386

Can you reproduce that? I assume that either you've got a wrong
aalib-libs package or one in /usr/local that overrides the system's one.
Right?




More information about the fedora-list mailing list