From owner-freebsd-current@FreeBSD.ORG Mon Oct 10 22:45:31 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 381E016A41F for ; Mon, 10 Oct 2005 22:45:31 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 033FE43D49 for ; Mon, 10 Oct 2005 22:45:30 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52 (FreeBSD)) id 1EP6Oe-000JY8-EV; Mon, 10 Oct 2005 22:45:28 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.52 (FreeBSD)) id 1EP6Od-0001Qp-3K; Mon, 10 Oct 2005 12:45:27 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17226.61190.583079.947841@roam.psg.com> Date: Mon, 10 Oct 2005 12:45:26 -1000 To: Brooks Davis References: <17226.56566.685014.158716@roam.psg.com> <20051010214521.GC24213@odin.ac.hmc.edu> Cc: FreeBSD Current Subject: Re: libutil.so.4 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Oct 2005 22:45:31 -0000 > # ls /lib/libutil.so.* > /lib/libutil.so.4 /lib/libutil.so.5 > You need the compat5x package or to rebuild more code. i had done make world, kernel, and portupgrade -fav so i hacked libmap.conf randy