From owner-freebsd-stable@FreeBSD.ORG Mon Sep 20 00:56:13 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A0D016A4CE for ; Mon, 20 Sep 2004 00:56:13 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB74C43D1D for ; Mon, 20 Sep 2004 00:56:12 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004092009:55:58:540552.29654.2065972144 for ; Mon, 20 Sep 2004 09:55:58 +0900 (KST) Message-ID: <414E2AA5.3060100@yahoo.com> Date: Mon, 20 Sep 2004 09:56:06 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: YES-__TRSYS_LV__3 (SR:-2.10) (SRN:SPAMROBOT) ----------------- Subject: library clash: system vs. ports. What to do? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 00:56:13 -0000 Hello, This is on 4-Stable. When I run "portsclean -L", I get: ** /usr/local/lib/libcrypto.so.3 is shadowed by /usr/lib/libcrypto.so.3 /usr/lib/libcrypto.so.3 <- ? /usr/local/lib/libcrypto.so.3 <- openssl-0.9.7d_1 --> This may be an undesirable situation Leave /usr/lib/libcrypto.so.3 (specify -i to ask on this) ** /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.7d_1 --> This may be an undesirable situation Leave /usr/lib/libssl.so.3 (specify -i to ask on this) ** /usr/local/lib/libgssapi.so.5 is shadowed by /usr/lib/libgssapi.so.5 /usr/lib/libgssapi.so.5 <- ? /usr/local/lib/libgssapi.so.5 <- heimdal-0.6.1 --> This may be an undesirable situation Leave /usr/lib/libgssapi.so.5 (specify -i to ask on this) The libraries are different (at least different size), despite equal names. Is this indeed an undesirable situation ? If so, what am I supposed to do in this case? Will I break the system when removing the one in /usr/lib ? Will I break the port when removing the one in usr/local/lib ? So far I have left all in place, without encountering any problems yet. Rob.