From owner-freebsd-java Tue Oct 3 10:27:34 2000 Delivered-To: freebsd-java@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id E920837B66F for ; Tue, 3 Oct 2000 10:27:30 -0700 (PDT) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id LAA29263; Tue, 3 Oct 2000 11:27:27 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id LAA24052; Tue, 3 Oct 2000 11:27:27 -0600 (MDT) (envelope-from nate) Date: Tue, 3 Oct 2000 11:27:27 -0600 (MDT) Message-Id: <200010031727.LAA24052@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Rich Winkel Cc: Nate Williams , freebsd-java@freebsd.org Subject: Re: SIGSEGV under FBSD 4.1-release with compat 3.x In-Reply-To: <200010031723.MAA23312@pencil.math.missouri.edu> References: <200009302120.PAA09314@nomad.yogotech.com> <200010031723.MAA23312@pencil.math.missouri.edu> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > Hi, I'm having problems with jdk-1.1.8 under 4.1-R with the compat > > > 3.x libraries installed. Whatever I try, I get: > > > > > > SIGSEGV 11* segmentation violation > > > > This is almost always because the compat libraries aren't really > > installed, but are symlinks to the newer libraries. Are you > > *absolutely* sure the libraries are correctly installed? > > Thanks for the reply! > > I ran "find . -type l -print" under /usr/lib/compat and found only two: > ./aout/libcrypt.so.2.0 > ./aout/libtermlib.so.2.1 These aren't the 3.X compatability libraries. > Following is the /etc/make.conf used to build the system: > CFLAGS= -O -pipe > COPTFLAGS= -O -pipe > COMPAT22= yes > COMPAT3X= yes I don't know how the compatability libraries are installed via buildworld. I just install them via the package off the net. > Just to be sure I ran /stand/sysinstall and > installed the compat3.x libraries from the 4.1 CD, and rebooted. > Still the same problem. Weird. > Is anyone else running java under 4.1R? I get alot of email saying that, but I'll let others pipe up. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message