Date: Sat, 8 Jun 1996 11:44:37 +0200 (MET DST) From: J Wunsch <j@uriah.heep.sax.de> To: nate@sri.MT.net (Nate Williams) Cc: stable@FreeBSD.org, committers@FreeBSD.org Subject: Re: Status of -stable Message-ID: <199606080944.LAA12249@uriah.heep.sax.de> In-Reply-To: <199606060421.WAA24403@rocky.sri.MT.net> from Nate Williams at "Jun 5, 96 10:21:36 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
As Nate Williams wrote: > Note, *IF* you ended up with libc.so.3.0 built on your system, you are > in a a bit of a sticky situation. There is no longer version 3.0 of the > library, as it's been reverted back to the 2.2 version. However, *IF* Only as a reminder what's my usual trick to work around such a situation: mkdir /usr/junklib mv /usr/lib/libc.so.3.0 /usr/junklib # run chflags before if needed ldconfig -m /usr/junklib Now your existing binaries will continue to pick the 3.0 version from /usr/junklib, but all newly built programs won't pick it any longer. Rebuild your world, and you should be cured. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606080944.LAA12249>