From owner-freebsd-current@FreeBSD.ORG Mon Oct 4 06:44:45 2004 Return-Path: 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 1D7F416A4CE for ; Mon, 4 Oct 2004 06:44:45 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4C7C43D4C for ; Mon, 4 Oct 2004 06:44:44 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id BC8BD5313; Mon, 4 Oct 2004 08:44:43 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id C28745315; Mon, 4 Oct 2004 08:44:37 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 9DDD6B861; Mon, 4 Oct 2004 08:44:37 +0200 (CEST) To: spam maps References: <20041004052930.72382.qmail@web54003.mail.yahoo.com> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 04 Oct 2004 08:44:37 +0200 In-Reply-To: <20041004052930.72382.qmail@web54003.mail.yahoo.com> (spam maps's message of "Sun, 3 Oct 2004 22:29:30 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: freebsd-current@freebsd.org Subject: Re: 5.3: redundant libraries in /usr/lib after cvsup-ing and build world ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 04 Oct 2004 06:44:45 -0000 spam maps writes: > A typical example is, when I do > > # ll /usr/lib/*libssh* > 289008 Oct 3 17:28 /usr/lib/libssh.a > 11 Oct 3 17:28 /usr/lib/libssh.so -> libssh.so.2 > 194148 Oct 3 17:28 /usr/lib/libssh.so.2 > 280822 Feb 24 2004 /usr/lib/libssh_p.a > > "Oct 3" is when I did my last build world. > Is /usr/lib/libssh_p.a (Feb. 24) indeed redundant? > Can I remove it, without breaking the system? *_p.a are profiling libraries, which you probably disabled by adding NOPROFILE=3DYES to /etc/make.conf. You can safely remove them. > /usr/lib/libisc.a > /usr/lib/libisc.so -> libisc.so.1 > /usr/lib/libisc.so.1 Old libisc from BIND 8. BIND 9 doesn't use it, but some ports may want it. You should keep it around until those ports are fixed. > /usr/lib/libkse.a > /usr/lib/libkse.so -> libkse.so.1 > /usr/lib/libkse.so.1 This library has been renamed. You can remove it. > /lib/geom/geom_concat.so.1 > /lib/geom/geom_label.so.1 > /lib/geom/geom_nop.so.1 > /lib/geom/geom_stripe.so.1 You can remove these. > /libexec/ld-elf.so.1 Do *not* remove this, or you will be very sorry you did. It is normal for ld-elf.so.1 to have a timestamp older than your latest build, because installworld only installs a new ld-elf.so.1 if it differs from the old one. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no