Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2001 22:09:00 -0700
From:      Peter Wemm <peter@wemm.org>
To:        Donny Lee <donny@CoreBit.com>
Cc:        current@FreeBSD.ORG
Subject:   Re: libutil.so.3: Undefined symbol "__stdoutp" 
Message-ID:  <20010924050900.978F939F0@overcee.netplex.com.au>
In-Reply-To: <3BAEBF67.F7E27A5A@CoreBit.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Donny Lee wrote:
> 
> Hi there,
> 
> anyone out there has this problem?
> 
> a new made world and kernel from last night (09/22) cvsup,
> and is unable to cvsup again tonight (09/23).
> 
> [donny@sys]/usr/src> cvsup
> /usr/libexec/ld-elf.so.1: /usr/lib/libutil.so.3: Undefined symbol
> "__stdoutp"
> 
> 5.0-c, with cvsup 16.1e.

Read UPDATING.  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.


Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010924050900.978F939F0>