-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Steve Franks wrote: > What gives? This is after portupgrade -akfO and an ldconfig just for > good measure. > > [st...@fyre /usr/home/steve]$ cd /usr/local/lib > [st...@fyre /usr/local/lib]$ ls -la | grep aa > -rw-r--r-- 1 root wheel 189146 Jul 13 06:55 libaa.a > -rwxr-xr-x 1 root wheel 1077 Jul 13 06:55 libaa.la > lrwxr-xr-x 1 root wheel 10 Jul 13 06:55 libaa.so -> libaa.so.1 > -rwxr-xr-x 1 root wheel 121682 Jul 13 06:55 libaa.so.1 > [st...@fyre /usr/local/lib]$ mplayer > mplayer: error while loading shared libraries: libaa.so.1: cannot open > shared object file: No such file or directory > [st...@fyre /usr/local/lib]$ > > > Best, > Steve
Hi Steve, What is the output of the following command? ldd `which mplayer` If you don't see any "not found" libraries listed, what I normally try next is running the process under truss and checking the output for any system errors: truss -f -a -s 256 -o /tmp/mplayer.log `which mplayer` Post the /tmp/mplayer.log file somewhere for review, if you want. Regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFMasbb0sRouByUApARAkaBAJ9D3k5uKshxk+G/szBriclbGGnQQwCguzII GZnoCQj8Khj51X5DsjbBgJ0= =1xbp -----END PGP SIGNATURE----- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
