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