Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2001 17:44:53 -0800
From:      Peter Wemm <peter@netplex.com.au>
To:        freebsd-current@FreeBSD.ORG
Cc:        Warner Losh <imp@harmony.village.org>
Subject:   Re: Patch for FILE problems (was Re: -CURRENT is bad for me...) 
Message-ID:  <200102130144.f1D1irU56669@mobile.wemm.org>
In-Reply-To: <20010212173410.O3038@dragon.nuxi.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
"David O'Brien" wrote:
> Actually going from libc.so.500 to libc.so.{x<500} is easy.
> Copy libc.so.500 into /usr/lib/compat.  When the libc.so link is made to
> libc.so.{x<500}, that is the lib version number that will get burned into
> objects.  After the first `make world', rm /usr/lib/libc.so.500.

There is no need to rm /usr/lib/libc.so.500 - once a new libc is installed,
and the symlink points to it, then libc.so.500 will *never* get linked
against.

Remember, the number in the filename means *nothing*.  There is no less
than or greater than relationship.  We could use 100 digit random numbers
for each bump if we liked.  We could use dates, current time_t, anything.

Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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