From owner-freebsd-questions Thu Nov 21 21:48:19 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA25877 for questions-outgoing; Thu, 21 Nov 1996 21:48:19 -0800 (PST) Received: from delenn.netpci.com (root@celerity.guam.net [202.128.6.9]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA25822 for ; Thu, 21 Nov 1996 21:48:01 -0800 (PST) Received: (from jbh@localhost) by delenn.netpci.com (8.7.5/8.7.3) id PAA16621; Fri, 22 Nov 1996 15:47:53 -1000 (GMT+10) Date: Fri, 22 Nov 1996 15:47:50 -1000 (GMT+10) From: JBH To: Thamer Al-Herbish cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help with unsupported JDK In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk You need to get the REAL libc.3.0 in 2.1.6-RELEASE or 2.2 On Thu, 21 Nov 1996, Thamer Al-Herbish wrote: > On Wed, 20 Nov 1996, Doug White wrote: > > > Just copy your libc.so.2.2 to libc.so.3.0. They aren't that > > different. > > > > 3.0 is included with 2.1.6 and later versions of FreeBSD. > > unfortunately this didnt work for me, I believe it couldnt resolve a > "thread_init" function of sorts. I take it libc.so.3.0 will have threads? > (Do I hear POSIX here..) > > Basically it seems the port of the jdk requires this function to be > present in your libc, I'm wondering if its feasible to just get libc 3.0 > and use that on a 2.1.5 ... > >