From owner-freebsd-questions@FreeBSD.ORG Wed Dec 29 19:11:16 2004 Return-Path: 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 142FC16A4CE for ; Wed, 29 Dec 2004 19:11:16 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id D640443D53 for ; Wed, 29 Dec 2004 19:11:15 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 13814 invoked from network); 29 Dec 2004 19:11:15 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Dec 2004 19:11:15 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 96AF369; Wed, 29 Dec 2004 14:11:14 -0500 (EST) Sender: lowell@be-well.ilk.org To: Robert Huff References: <16850.9035.858785.417563@jerusalem.litteratus.org> <44fz1px7uu.fsf@be-well.ilk.org> <16850.65245.133177.837563@jerusalem.litteratus.org> From: Lowell Gilbert Date: 29 Dec 2004 14:11:14 -0500 In-Reply-To: <16850.65245.133177.837563@jerusalem.litteratus.org> Message-ID: <444qi4ly25.fsf@be-well.ilk.org> Lines: 32 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: superfluous libraries? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 19:11:16 -0000 Robert Huff writes: > Lowell Gilbert writes: > > > > ** /usr/local/lib/libssl.so.3 is shadowed by /usr/lib/libssl.so.3 > > > /usr/lib/libssl.so.3 <- ? > > > /usr/local/lib/libssl.so.3 <- openssl-0.9.7e_1 > > > --> This may be an undesirable situation > > > Leave /usr/lib/libssl.so.3 (specify -i to ask on this) > > > > > > Is there any reason not to delete the versions that came from > > > openssl-0.9.7e_1? Obviously I don't want to delete the port, but > > > these particular files? > > > > It sounds like you don't want to use the port's version of the > > libraries. > > I see no reason to have two copies of the same object around, > (except for backup, which isn't the case here). I'd also like to > get rid of the warnings. :-) There can be some reasons for wanting both, but you would already knew if one of them affected you. > > If that's the case, you *can* delete the port. > > I was reluctant to delete the port because it also has a bunch > of header (.h) files et al.. If those come with the base > distribution, then I _can_ delete the port without harm. That will be perfectly safe. The headers you might need are in /usr/include/openssl/.