From owner-freebsd-ports@FreeBSD.ORG Sun Jul 9 14:16:01 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B86AA16A4DE; Sun, 9 Jul 2006 14:16:01 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from fw.zoral.com.ua (ll-227.216.82.212.sovam.net.ua [212.82.216.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2A2C43D45; Sun, 9 Jul 2006 14:16:00 +0000 (GMT) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id k69EFr6U087781 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 9 Jul 2006 17:15:53 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.13.6/8.13.6) with ESMTP id k69EFrjs069361; Sun, 9 Jul 2006 17:15:53 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.13.6/8.13.6/Submit) id k69EFq2G069360; Sun, 9 Jul 2006 17:15:52 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 9 Jul 2006 17:15:52 +0300 From: Kostik Belousov To: Alexander Leidinger Message-ID: <20060709141552.GE37822@deviant.kiev.zoral.com.ua> References: <20060701202522.00da2f4e@phobos.mars.bsd> <20060703114027.tj9s4h5mog8ww0ck@netchild.homeip.net> <20060703142907.62215dae@phobos.mars.bsd> <20060704074308.9gtr3ucj7ogs8kcs@netchild.homeip.net> <20060706161534.4b8d2639@phobos.mars.bsd> <20060709160258.5871bc1b@Magellan.Leidinger.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dy3pjCZLf6+6NySR" Content-Disposition: inline In-Reply-To: <20060709160258.5871bc1b@Magellan.Leidinger.net> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on fw.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=0.4 required=5.0 tests=ALL_TRUSTED, DNS_FROM_RFC_ABUSE,SPF_NEUTRAL autolearn=no version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fw.zoral.com.ua Cc: ports@freebsd.org, Alejandro Pulver Subject: Re: Renaming and symlinking shared libraries X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 14:16:01 -0000 --Dy3pjCZLf6+6NySR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 09, 2006 at 04:02:58PM +0200, Alexander Leidinger wrote: > Does our runtime linker follow runtime linker paths embedded into a lib > (gcc -L/path -R/path/foo -lbar) and does the libdb-4.2.so.2 contain a Yes, rtld honors both RPATH and RUNPATH. > runtime linker path entry (don't know how to check, maybe you have to > search the build logs for -R). readelf -d libXXX.so | grep PATH >=20 > Bye, > Alexander. --Dy3pjCZLf6+6NySR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFEsQ+YC3+MBN1Mb4gRAta3AJ9fkFR0Pl6n8O/lQsyIBviPEBRMQgCfb1wA cCqmLcgTNIpz/1kVRAKSBfM= =aHyJ -----END PGP SIGNATURE----- --Dy3pjCZLf6+6NySR--