Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 May 1996 21:13:59 +0200
From:      Mark Murray <mark@grondar.za>
To:        Michael Beckmann <petzi@zit.th-darmstadt.de>
Cc:        stable@freebsd.org
Subject:   Re: Compiling today's -STABLE 
Message-ID:  <199605091914.VAA21589@grumble.grondar.za>

next in thread | raw e-mail | index | archive | help
Michael Beckmann wrote:
> >Don't use a -current libc.so.3.0. It doesn't have the iso networking
> >funtions anymore. Nuke it and try rebuilding.
> 
> I have the same problem that was described above. However, I can't rebuild
> anything anymore when I remove libc.so.3.0 from /usr/lib:
> 
> ld.so failed: open failed for "/usr/lib/libc.so.3.0" : No such file or
> directory
> 
> Suggestions how to fix this are very welcome. Should I rather upgrade to
> -current ?  ;-)

Try this hack: move your libc.so.3.0 to another dir (say /temp/)
then do ldconfig -m /temp (or ldconfig /temp /usr/lib /usr/local/lib)
and make world. This worked for me.

M
--
Mark Murray
46 Harvey Rd, Claremont, Cape Town 7700, South Africa
+27 21 61-3768 GMT+0200
Finger mark@grondar.za for PGP key



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