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,
[EMAIL PROTECTED]           Sunbay Software AG,
[EMAIL PROTECTED]          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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to