From owner-freebsd-current Mon Sep 24 12:28:48 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 243B537B405; Mon, 24 Sep 2001 12:28:46 -0700 (PDT) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 7A0AA4CE1F; Mon, 24 Sep 2001 15:28:45 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id PAA24253; Mon, 24 Sep 2001 15:28:43 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id MAA01356; Mon, 24 Sep 2001 12:28:42 -0700 (PDT) Message-Id: <200109241928.MAA01356@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: peter@wemm.org Subject: Re: libutil.so.3: Undefined symbol "__stdoutp" Cc: donny@corebit.com, imp@freebsd.org, current@freebsd.org Date: Mon, 24 Sep 2001 12:28:42 -0700 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Read UPDATING. Having an old libc.so.4 in /usr/lib is not in UPDATING. (Perhaps it should be...) >You have an old libc.so.4. You can have it updated >automatically by adding "COMPAT4X=yes" into /etc/make.conf. For now: > ># echo "COMPAT4X=yes" >> /etc/make.conf ># cd /usr/src/lib/compat ># make obj ># make ># make install > >and you should be set. Only if he has a /usr/src/lib/compat/compat4x.i386/Makefile from between the time that you added the removal of libs from /usr/lib and ru removed it (about a 3-hour window). Otherwise, he'll have to rm /usr/lib/libc.so.4 by hand. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message