Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2001 10:28:42 -0500
From:      "David W. Chapman Jr." <dwcjr@inethouston.net>
To:        Ruslan Ermilov <ru@FreeBSD.ORG>
Cc:        current@freebsd.org
Subject:   Re: Undefined symbol "__stderrp"
Message-ID:  <20010928102842.H7673@leviathan.inethouston.net>
In-Reply-To: <20010928180144.K56349@sunbay.com>
References:  <20010928152726.A765@office.naver.co.id> <20010928092641.G7673@leviathan.inethouston.net> <20010928180144.K56349@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 28, 2001 at 06:01:44PM +0300, Ruslan Ermilov wrote:
> On Fri, Sep 28, 2001 at 09:26:41AM -0500, David W. Chapman Jr. wrote:
> > On Fri, Sep 28, 2001 at 03:27:26PM +0700, John Indra wrote:
> > > Hi...
> > > 
> > > I have just finished building and installing a very recent -CURRENT. Now, my
> > > Yahoo! Messenger can't start with the following error message:
> > > 
> > > /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp"
> > > 
> > > Please don't flame me. I LOVE -CURRENT, it's just that I don't know C, and I
> > > am trying to get help on how to resolve this problem.
> > > 
> > > Any tips on how to solve this problem?
> > > 
> > What I did was delete my libc.so.4 and recompile ports that were 
> > linked with it since I didn't need anything linked with it.
> > 
> You may have also rebuilt your world with -DCOMPAT4X.
> 
> Or manually:
> 
> echo COMPAT4X=TRUE >> /etc/make.conf
> cd /usr/src/lib/compat
> make all
> make install
> make cleandir
> 
> This will remove all stale /usr/lib libraries, and put the correct
> ones under /compat/lib.
> 
> 
Yeah, but in my case, I didn't want anything to use libc.so.4 because 
I'm running -current and I don't need 4x compat because I don't have 
any binaries that "should" be 4x.

-- 
David W. Chapman Jr.
dwcjr@inethouston.net	Raintree Network Services, Inc. <www.inethouston.net>
dwcjr@freebsd.org	FreeBSD Committer <www.FreeBSD.org>

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?20010928102842.H7673>