From owner-freebsd-current@FreeBSD.ORG Tue Aug 22 07:54:40 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69E3416A4DF for ; Tue, 22 Aug 2006 07:54:40 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail20.syd.optusnet.com.au (mail20.syd.optusnet.com.au [211.29.132.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC6A43D86 for ; Tue, 22 Aug 2006 07:54:17 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail20.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k7M7rrZ7017846 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 22 Aug 2006 17:53:54 +1000 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.6/8.13.6) with ESMTP id k7M7rraL001008; Tue, 22 Aug 2006 17:53:53 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.6/8.13.6/Submit) id k7M7rrmJ001007; Tue, 22 Aug 2006 17:53:53 +1000 (EST) (envelope-from peter) Date: Tue, 22 Aug 2006 17:53:53 +1000 From: Peter Jeremy To: LI Xin Message-ID: <20060822075353.GA743@turion.vk2pj.dyndns.org> References: <44E9582C.2010400@rsu.ru> <44EAA213.6010507@delphij.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <44EAA213.6010507@delphij.net> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.12-2006-07-14 Cc: freebsd-current@freebsd.org Subject: Re: [HEADS UP]: OpenLDAP+nss_ldap+nss_modules separated patch and more (SoC) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 07:54:40 -0000 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, 2006-Aug-22 14:20:03 +0800, LI Xin wrote: >Would you please consider having the imported OpenLDAP to install shared >objects under alternative names? It might be painful for users who >wants OpenLDAP installation from the ports collection (as OpenLDAP team >moves fast and fixes bug from time to time) if they get a same library >in /usr/lib... I'll take an opposing view: If the two libraries are compatible, I believe they should have the same name. LD_LIBRARY_PATH, rpath and ldconfig can be used to control the search path if a particular .so variant is desired. One difficulty with changing the .so names is that (eg) configure scripts expect to find libraries under fixed names - if a package has 'foo' as a dependency, it will usually look for libfoo.{a,so} and generally won't have any way to say "use libfoo_i.{a,so} instead of libfoo.{a,so}". I'd also note that (eg) openssl exists in both the base system and ports without any obvious problems. --=20 Peter Jeremy --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE6rgR/opHv/APuIcRAtWOAKCaTqPem0jJYECBmspfitXKYZnfwgCgwUkU jBftJgfrlzAl1NbrHZHDap8= =36bJ -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc--