From owner-freebsd-java Fri Jul 7 9: 2: 7 2000 Delivered-To: freebsd-java@freebsd.org Received: from lagmonster.org (zone.lagmonster.org [204.250.18.4]) by hub.freebsd.org (Postfix) with ESMTP id 3F0FD37BF1F for ; Fri, 7 Jul 2000 09:01:50 -0700 (PDT) (envelope-from dave@lagmonster.org) Received: from localhost (dave@localhost) by lagmonster.org (8.9.3/8.9.3) with ESMTP id JAA23171 for ; Fri, 7 Jul 2000 09:01:42 -0700 (PDT) Date: Fri, 7 Jul 2000 09:01:42 -0700 (PDT) From: David Alexander To: freebsd-java@freebsd.org Subject: JDK 1.1.8 bug/problem 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 I have attempted to install jdk on my FreeBSD system: Uname -a: FreeBSD zonetest.lagmonster.org 4.0-RELEASE FreeBSD 4.0-RELEASE #1: Sun Jun 25 18:04:14 PDT 2000 root@zonetest.lagmonster.org:/usr/src/sys/compile/LAG i386 The package installs correctly, however when I run "java", this is the reply I get: zonetest:~> java /usr/libexec/ld-elf.so.1: Shared object "libc.so.3" not found zonetest:~> When I read up on this error, it usually indicates an inproper version of the libraries (Like it is looking for the shared library for FreeBSD 3.x instead of current version). I found most references pointing to people trying new ports on real old systems. In my case, I have a NEWER library in /usr/lib as locate shows: zonetest:~> locate libc.so /usr/lib/libc.so /usr/lib/libc.so.4 zonetest:~> I have tried the package, AND port with the same result. I admit that I am running a custom kernel (to support dual CPU). I have also tried this on another box running the same version of FreeBSD (with a generic kernel). Any ideas? -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Jul 7 10:57:32 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 27D7537C000 for ; Fri, 7 Jul 2000 10:57:30 -0700 (PDT) (envelope-from nate@yogotech.com) 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 LAA06963; Fri, 7 Jul 2000 11:57:28 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id LAA13020; Fri, 7 Jul 2000 11:57:27 -0600 (MDT) (envelope-from nate) Date: Fri, 7 Jul 2000 11:57:27 -0600 (MDT) Message-Id: <200007071757.LAA13020@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: David Alexander Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.1.8 bug/problem In-Reply-To: References: 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 > zonetest:~> java > /usr/libexec/ld-elf.so.1: Shared object "libc.so.3" not found > > I have tried the package, AND port with the same result. I admit that I am > running a custom kernel (to support dual CPU). I have also tried this on > another box running the same version of FreeBSD (with a generic > kernel). Any ideas? Install the FreeBSD 3.X compatability libraries and reboot, and it should work fine. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message