From owner-freebsd-java Tue Nov 2 16:34:47 1999 Delivered-To: freebsd-java@freebsd.org Received: from fnal.fnal.gov (fnal.fnal.gov [131.225.9.8]) by hub.freebsd.org (Postfix) with ESMTP id 1656715360 for ; Tue, 2 Nov 1999 16:34:44 -0800 (PST) (envelope-from tez@nova.fnal.gov) Received: from nova.fnal.gov ([131.225.18.207]) by FNAL.FNAL.GOV (PMDF V5.2-32 #36665) with ESMTP id <01JHVEBYEMOC000MY6@FNAL.FNAL.GOV> for java@FreeBSD.ORG; Tue, 2 Nov 1999 18:34:23 -0600 CDT Received: from localhost (tez@localhost) by nova.fnal.gov (8.9.1b+Sun/8.9.1) with ESMTP id SAA00892; Tue, 02 Nov 1999 18:34:06 -0600 (CST) Date: Tue, 02 Nov 1999 18:34:05 -0600 (CST) From: Tim Zingelman Subject: Re: Linux JDK1.2 port In-reply-to: To: "Christopher T. Griffiths" Cc: alex.boisvert@gel.usherb.CA, matusita@ics.es.osaka-u.ac.jp, java@FreeBSD.ORG Reply-To: Tim Zingelman Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Yes unfortunately I am still getting the same errors. I even cvsup > yesterday and did a buildworld just in case. > Still getting the core dump as well as the undefined symbol. > Chris I had exactly the same problem... $ java -version Segmentation fault - core dumped /usr/local/jdk1.2/bin/i386/green_threads/java: error in loading shared libraries /usr/local/jdk1.2/jre/lib/i386/classic/libjvm.so: undefined symbol: __bzero The solution is to use the glibc2.0 version, NOT the glibc2.1 version. Once I switched to that (both are available at the blackdown.org mirrors) and did the patches to .java_wrapper supplied earlier in this discussion java -version worked great! (now to see if more complex things work :) $ java -version java version "1.2" Classic VM (build Linux_JDK_1.2_pre-release-v2, green threads, sunwjit) - Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message