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.
[EMAIL PROTECTED]   Raintree Network Services, Inc. <www.inethouston.net>
[EMAIL PROTECTED]       FreeBSD Committer <www.FreeBSD.org>

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to