From owner-freebsd-questions@FreeBSD.ORG Tue Aug 17 17:31:29 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 03E9810656C1 for ; Tue, 17 Aug 2010 17:31:29 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id C5EE18FC1A for ; Tue, 17 Aug 2010 17:31:28 +0000 (UTC) Received: by pwj4 with SMTP id 4so3024629pwj.13 for ; Tue, 17 Aug 2010 10:31:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=IImViWSn6sgTgtu/lgzGWrtEXeRECo60EmN185k8lSs=; b=oNjj9qtpOpxLLR3kDi7nIRsLHWiwDCnIU7UgCT9FHXNkUhKqxn4LnzakwN3pXrK7mI eSfXVE7g5f+HEupFQG+i1xVzKTdk/jHbBtjvTre3IJsmLKoeWEh/jJpFA15qPJsq/Jiz 6vyGr23zvs+4vuXvvMUSODOYs8OaJdEM65ECw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Owaxsqnlytud3noUNboyq7Q2qZiM8rVA2u/xxjh3QSP083e6t+0js6KjlqJtcN15d4 uMfHkDfpKUZTO4RA8Yyat41vS4tHhW4jBuPQkKygVGC10FTllIcHdW6a6JEMBDcKwLyW xCkQVexeBlumOnZyMPAW2uL3zg9bbS+HgnNHY= MIME-Version: 1.0 Received: by 10.142.229.13 with SMTP id b13mr6012648wfh.349.1282066288093; Tue, 17 Aug 2010 10:31:28 -0700 (PDT) Received: by 10.231.148.133 with HTTP; Tue, 17 Aug 2010 10:31:27 -0700 (PDT) In-Reply-To: <4C6AC6DB.7070303@FreeBSD.org> References: <4C6AC6DB.7070303@FreeBSD.org> Date: Tue, 17 Aug 2010 10:31:27 -0700 Message-ID: From: Steve Franks To: glarkin@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2010 17:31:29 -0000 On Tue, Aug 17, 2010 at 10:28 AM, Greg Larkin 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