From owner-freebsd-questions@FreeBSD.ORG Wed May 24 20:41:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2647116A4C1 for ; Wed, 24 May 2006 20:41:28 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE8543D46 for ; Wed, 24 May 2006 20:41:27 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id C1F331A4EA8; Wed, 24 May 2006 13:41:27 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 24ADF5178B; Wed, 24 May 2006 16:41:27 -0400 (EDT) Date: Wed, 24 May 2006 16:41:27 -0400 From: Kris Kennaway To: db Message-ID: <20060524204126.GB88742@xor.obsecurity.org> References: <447474FA.7060204@traceroute.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oC1+HKm2/end4ao3" Content-Disposition: inline In-Reply-To: <447474FA.7060204@traceroute.dk> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: LIB_DEPENDS problem 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: Wed, 24 May 2006 20:41:28 -0000 --oC1+HKm2/end4ao3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 24, 2006 at 03:00:10PM +0000, db wrote: > libpqxx.so is not a broken link: >=20 > work# ls -l /usr/local/lib/*pqxx* > -rwxr-xr-x 1 root wheel 332194 May 4 14:56=20 > /usr/local/lib/libpqxx-2.5.5.so > -rw-r--r-- 1 root wheel 439800 May 4 14:56 /usr/local/lib/libpqxx.a > -rwxr-xr-x 1 root wheel 851 May 4 14:56 /usr/local/lib/libpqxx.la > lrwxr-xr-x 1 root wheel 16 May 4 14:56 /usr/local/lib/libpqxx.so= =20 > -> libpqxx-2.5.5.so > work# ldconfig -r | grep pqxx > work# I don't know why it might not be known to ldconfig, but that is the cause of your problem. The port DTRT to update ldconfig at install time: INSTALLS_SHLIB=3D yes Try rerunning ldconfig -R (or reboot). Kris --oC1+HKm2/end4ao3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEdMT2Wry0BWjoQKURAvqgAKCu7Fk7Tv5NAX/iSoET8Q3rhhclogCcCE7X vmICSaGBSykQuSUjiNnUA2s= =iQ/J -----END PGP SIGNATURE----- --oC1+HKm2/end4ao3--