From owner-freebsd-java Tue Oct 3 10:23:25 2000 Delivered-To: freebsd-java@freebsd.org Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.49.147]) by hub.freebsd.org (Postfix) with ESMTP id 979E037B502 for ; Tue, 3 Oct 2000 10:23:23 -0700 (PDT) Received: (from rich@localhost) by pencil.math.missouri.edu (8.9.3/8.9.3) id MAA23312; Tue, 3 Oct 2000 12:23:14 -0500 (CDT) (envelope-from rich) From: Rich Winkel Message-Id: <200010031723.MAA23312@pencil.math.missouri.edu> Subject: Re: SIGSEGV under FBSD 4.1-release with compat 3.x In-Reply-To: <200009302120.PAA09314@nomad.yogotech.com> "from Nate Williams at Sep 30, 2000 03:20:53 pm" To: Nate Williams Date: Tue, 3 Oct 2000 12:23:14 -0500 (CDT) Cc: freebsd-java@freebsd.org X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Nate Williams: > > 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 Following is the /etc/make.conf used to build the system: CFLAGS= -O -pipe COPTFLAGS= -O -pipe COMPAT22= yes COMPAT3X= yes KRB5_HOME= /usr/bin MODULES_WITH_WORLD= true NOPROFILE= true NO_MODULES= true NO_OPENSSH= true PRINTERDEVICE= ps USA_RESIDENT= NO 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. Is anyone else running java under 4.1R? Thanks, Rich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message