Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2001 18:01:44 +0300
From:      Ruslan Ermilov <ru@FreeBSD.ORG>
To:        "David W. Chapman Jr." <dwcjr@inethouston.net>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Undefined symbol "__stderrp"
Message-ID:  <20010928180144.K56349@sunbay.com>
In-Reply-To: <20010928092641.G7673@leviathan.inethouston.net>; from dwcjr@inethouston.net on Fri, Sep 28, 2001 at 09:26:41AM -0500
References:  <20010928152726.A765@office.naver.co.id> <20010928092641.G7673@leviathan.inethouston.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.


Cheers,
-- 
Ruslan Ermilov		Oracle Developer/DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age

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?20010928180144.K56349>