From owner-freebsd-questions@FreeBSD.ORG Tue Aug 17 17:29:15 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9697910656A6 for ; Tue, 17 Aug 2010 17:29:15 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 739EB8FC15 for ; Tue, 17 Aug 2010 17:29:14 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1OlPyG-000LKg-87; Tue, 17 Aug 2010 13:29:13 -0400 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id 36F8743C6A17; Tue, 17 Aug 2010 13:29:07 -0400 (EDT) Message-ID: <4C6AC6DB.7070303@FreeBSD.org> Date: Tue, 17 Aug 2010 13:28:59 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Steve Franks References: In-Reply-To: X-Enigmail-Version: 0.96.0 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.1 (/) Cc: FreeBSD Mailing List Subject: Re: can't find .so, but it's right there. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2010 17:29:15 -0000 -----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-----