From owner-freebsd-questions@FreeBSD.ORG Wed Dec 29 19:00:44 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 7E41716A4CE for ; Wed, 29 Dec 2004 19:00:44 +0000 (GMT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F1C43D31 for ; Wed, 29 Dec 2004 19:00:44 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1Cjj3r-0002QP-00 for questions@freebsd.org; Wed, 29 Dec 2004 14:00:43 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16850.65245.133177.837563@jerusalem.litteratus.org> Date: Wed, 29 Dec 2004 14:00:45 -0500 To: questions@freebsd.org In-Reply-To: <44fz1px7uu.fsf@be-well.ilk.org> References: <16850.9035.858785.417563@jerusalem.litteratus.org> <44fz1px7uu.fsf@be-well.ilk.org> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid 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:00:44 -0000 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. :-) > 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. Thanks. Robert Huff