Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 2010 13:28:59 -0400
From:      Greg Larkin <glarkin@FreeBSD.org>
To:        Steve Franks <bahamasfranks@gmail.com>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: can't find .so, but it's right there.
Message-ID:  <4C6AC6DB.7070303@FreeBSD.org>
In-Reply-To: <AANLkTimvOEOWhnyxJq2SPy3CV0CgLXSZu6zwo=2Mh39q@mail.gmail.com>
References:  <AANLkTimvOEOWhnyxJq2SPy3CV0CgLXSZu6zwo=2Mh39q@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Steve Franks wrote:
> What gives?  This 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--    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@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`

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-----




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C6AC6DB.7070303>