From owner-freebsd-current Wed May 21 00:56:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA26025 for current-outgoing; Wed, 21 May 1997 00:56:11 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca14-17.ix.netcom.com [204.32.168.81]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA25904 for ; Wed, 21 May 1997 00:55:26 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id AAA04192; Wed, 21 May 1997 00:54:17 -0700 (PDT) Date: Wed, 21 May 1997 00:54:17 -0700 (PDT) Message-Id: <199705210754.AAA04192@silvia.HIP.Berkeley.EDU> To: current@freebsd.org Subject: libutils.so.2.3 From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In case any of you out there is not reading the commit messages (you really shouldn't run -current if you aren't, btw :).... If you did a "make world" sometime around May 12, check your /usr/lib and see if you have a file called "libutils.so.2.3". If you do, delete it and do a make world (and rebuild any ports that have linked against it) to remove all references to it. This is a file that shouldn't have existed (well, "yet"...its contents are identical to the libutil.so.2.2 that is built now), and won't go away unless you explicitly remove it. Satoshi