Date: Tue, 17 Aug 2010 10:31:27 -0700 From: Steve Franks <bahamasfranks@gmail.com> To: glarkin@freebsd.org Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: can't find .so, but it's right there. Message-ID: <AANLkTim9MO2XvdF_6i2RNFCZhRD_KkxugJch%2BR95ei17@mail.gmail.com> In-Reply-To: <4C6AC6DB.7070303@FreeBSD.org> References: <AANLkTimvOEOWhnyxJq2SPy3CV0CgLXSZu6zwo=2Mh39q@mail.gmail.com> <4C6AC6DB.7070303@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 17, 2010 at 10:28 AM, Greg Larkin <glarkin@freebsd.org> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Steve Franks wrote: >> What gives? =A0This is after portupgrade -akfO and an ldconfig just for >> good measure. >> >> [steve@fyre /usr/home/steve]$ cd /usr/local/lib >> [steve@fyre /usr/local/lib]$ ls -la | grep aa >> -rw-r--r-- =A0 =A01 root =A0wheel =A0 =A0189146 Jul 13 06:55 libaa.a >> -rwxr-xr-x =A0 =A01 root =A0wheel =A0 =A0 =A01077 Jul 13 06:55 libaa.la >> lrwxr-xr-x =A0 =A01 root =A0wheel =A0 =A0 =A0 =A010 Jul 13 06:55 libaa.s= o -> libaa.so.1 >> -rwxr-xr-x =A0 =A01 root =A0wheel =A0 =A0121682 Jul 13 06:55 libaa.so.1 >> [steve@fyre /usr/local/lib]$ mplayer >> mplayer: error while loading shared libraries: libaa.so.1: cannot open >> shared object file: No such file or directory >> [steve@fyre /usr/local/lib]$ >> >> >> Best, >> Steve > > Hi Steve, > > What is the output of the following command? > > ldd `which mplayer` > [steve@fyre /usr/home/steve]$ ldd `which mplayer` /usr/bin/mplayer: /usr/bin/mplayer: error while loading shared libraries: libaa.so.1: cannot open shared object file: No such file or directory /usr/bin/mplayer: exit status 127 [steve@fyre /usr/home/steve]$ I also rebuilt libaa specifically, FYI. It's there, but mplayer can't get to it for some reason... Thanks, Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTim9MO2XvdF_6i2RNFCZhRD_KkxugJch%2BR95ei17>