Date: Sun, 09 Jun 1996 01:23:22 -0700 From: Dave Hayes <dave@kachina.jetcafe.org> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Cc: nate@sri.mt.net (Nate Williams), stable@freebsd.org, committers@freebsd.org Subject: Re: Status of -stable Message-ID: <199606090823.BAA20929@kachina.jetcafe.org>
next in thread | raw e-mail | index | archive | help
J Wunsch <j@uriah.heep.sax.de> writes: >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 A shorter but hackier way is to do rm /usr/lib/libc.so.3.0 ln /usr/lib/libc.so.2.2 /usr/lib/libc.so.3.0 which is what I did to fix things. ------ Dave Hayes - Altadena CA, USA - dave@jetcafe.org Freedom Knight of Usenet - http://www.jetcafe.org/~dave/usenet You have a duty to perform. Do anything else, do any number of things, occupy your time fully, and yet, if you do not do this task, all of your time will have been wasted.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606090823.BAA20929>