From owner-freebsd-java Fri Apr 30 7: 5:34 1999 Delivered-To: freebsd-java@freebsd.org Received: from staff.maths.adelaide.edu.au (staff.maths.adelaide.edu.au [129.127.44.1]) by hub.freebsd.org (Postfix) with ESMTP id 3F18A14CB5 for ; Fri, 30 Apr 1999 07:05:29 -0700 (PDT) (envelope-from glewis@maths.adelaide.edu.au) Received: (from glewis@localhost) by staff.maths.adelaide.edu.au (8.9.3/8.9.3/UofA-1.5) id XAA05777; Fri, 30 Apr 1999 23:35:06 +0930 (CST) From: Gregory D Lewis Message-Id: <199904301405.XAA05777@staff.maths.adelaide.edu.au> Subject: Re: jdk1.1.7_ELF_V99-3-25 installation problem In-Reply-To: <3729A176.DE06A7C8@dune-concept.com> from Bruno Robquin at "Apr 30, 1999 02:26:30 pm" To: bruno@dune-concept.com (Bruno Robquin) Date: Fri, 30 Apr 1999 23:35:05 +0930 (CST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL49 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Bruno, > I'm running FreeBSD 3.1 and trying to install jdk1.1.7_ELF_V99-3-25 and > ld-elf.so.1 library. > When installed, every program just dumps core. > Thanks for the help! Well, I'd suggest first reinstalling the original ld-elf.so.1 so your programs are working... :). Then (I presume you installed the ld-elf.so.1 as per the web pages and that this is causing you grief and you don't want to go back to it) your choices are: 1) If you have installed the comaptibility aout libraries you could just try using the aout JDK. If you have these libraries then the only real issue is JNI (you'll need to compile shared libraries you want to interface with using the -aout flag). 2) Move entirely to 3.1-STABLE and you'll have a working ld-elf.so.1 for use with the JDK. Others on the list may be able to provide some better suggestions, those are all I can think of at the moment. -- Greg Lewis Applied Maths Department Email : glewis@maths.adelaide.edu.au University of Adelaide -- God made the Idiot for practice, and then He made the School Board -- Mark Twain To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message