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? -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines