Date: Mon, 12 Feb 2001 17:34:11 -0800 From: "David O'Brien" <TrimYourCc@NUXI.com> To: Warner Losh <imp@harmony.village.org> Cc: freebsd-current@FreeBSD.ORG Subject: Re: Patch for FILE problems (was Re: -CURRENT is bad for me...) Message-ID: <20010212173410.O3038@dragon.nuxi.com> In-Reply-To: <200102130126.f1D1Q6W33680@harmony.village.org>; from imp@harmony.village.org on Mon, Feb 12, 2001 at 06:26:06PM -0700 References: <xzpd7cno08x.fsf@flood.ping.uio.no> <200102130105.f1D15aU56009@mobile.wemm.org> <xzpd7cno08x.fsf@flood.ping.uio.no> <200102130126.f1D1Q6W33680@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 12, 2001 at 06:26:06PM -0700, Warner Losh wrote: > I don't see why we need only an increment of 1. What does this buy us > other than a minor warm fuzzy. It is hackish. > OpenBSD bumps libc bunchs of times per release cycle (they are up to > libc.so.24 if my sources are current). They do not always get things right... 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. 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?20010212173410.O3038>