From owner-freebsd-questions@FreeBSD.ORG Thu Oct 11 13:13:10 2007 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 2728D16A418 for ; Thu, 11 Oct 2007 13:13:10 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id 0180613C43E for ; Thu, 11 Oct 2007 13:13:09 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 9FDAE28463; Thu, 11 Oct 2007 09:13:08 -0400 (EDT) To: Joshua Isom References: <03733971946f3af2a72dedec3ad50d10@gmail.com> From: Lowell Gilbert Date: Thu, 11 Oct 2007 09:13:08 -0400 In-Reply-To: <03733971946f3af2a72dedec3ad50d10@gmail.com> (Joshua Isom's message of "Wed\, 10 Oct 2007 01\:41\:29 -0500") Message-ID: <44641dx09n.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Questions Subject: Re: /usr/X11R6 before /usr/local in ldconfig? 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: Thu, 11 Oct 2007 13:13:10 -0000 Joshua Isom writes: > I noticed the other that that in -STABLE that /usr/X11R6 was in front > of /usr/local for libraries. This results in any port that uses a > library from another port to look for /usr/X11R6 first, and then > /usr/local. I don't know if this would cause any real problems other > than confusion for people, but with the Xorg upgrade that installs > into /usr/local, is this just an oversight? I'm not too familiar with > the details of how FreeBSD loads libraries(although I have noticed at > least one peculiarity), so I don't know if any serious issues can > happen(I renamed X11R6 and things worked ok). Preference between the two locations only matters if a particular library exists in different versions in both places. Once the two places have been consolidated, this is impossible. Otherwise, it's still not something you want to do without a really good reason. So I don't see any issue to solve here.