Date: Fri, 7 Jul 2000 09:01:42 -0700 (PDT) From: David Alexander <dave@lagmonster.org> To: freebsd-java@freebsd.org Subject: JDK 1.1.8 bug/problem Message-ID: <Pine.BSF.4.21.0007070900050.22543-100000@lagmonster.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007070900050.22543-100000>