can't find .so, but it's right there.

Steve Franks bahamasfranks at gmail.com
Tue Aug 17 17:31:29 UTC 2010


On Tue, Aug 17, 2010 at 10:28 AM, Greg Larkin <glarkin at freebsd.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Steve Franks wrote:
>> What gives?  This is after portupgrade -akfO and an ldconfig just for
>> good measure.
>>
>> [steve at fyre /usr/home/steve]$ cd /usr/local/lib
>> [steve at 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
>> [steve at 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 at fyre /usr/local/lib]$
>>
>>
>> Best,
>> Steve
>
> Hi Steve,
>
> What is the output of the following command?
>
> ldd `which mplayer`
>

[steve at 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 at 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


More information about the freebsd-questions mailing list