From owner-freebsd-java Wed Nov 4 17:42:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA21126 for freebsd-java-outgoing; Wed, 4 Nov 1998 17:42:20 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA21115 for ; Wed, 4 Nov 1998 17:42:18 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id SAA23828; Wed, 4 Nov 1998 18:42:09 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id SAA16315; Wed, 4 Nov 1998 18:42:08 -0700 Date: Wed, 4 Nov 1998 18:42:08 -0700 Message-Id: <199811050142.SAA16315@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Jim Heintz Cc: freebsd-java@FreeBSD.ORG Subject: Re: JIT on FreeBSD In-Reply-To: <3.0.5.32.19981104154838.03973d90@wayoutware.com> References: <199811042344.SAA13532@aurora.rg.iupui.edu> <3.0.5.32.19981104154838.03973d90@wayoutware.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > FreeBSD 2.2.5 (with a libc.so.3.1 -> libc.so.3.0 cheat) <--- Me Too. > > Is there an easy way to upgrade to the real libc.so.3.1 wihtout > upgrading the entire FreeBSD installation? There is no real need to. The minor number got bumped because of the addtion of a new routine, but the JDK doesn't use it. However, if you want you can just grab the libc.so.3.1 for a recent 2.2.7 release box and stick it in /usr/lib and everything should work fine. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message