From owner-freebsd-java Fri Sep 24 8:39: 2 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 60E7215170 for ; Fri, 24 Sep 1999 08:38:47 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id JAA19367; Fri, 24 Sep 1999 09:38:14 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA27073; Fri, 24 Sep 1999 09:38:13 -0600 Date: Fri, 24 Sep 1999 09:38:13 -0600 Message-Id: <199909241538.JAA27073@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: SeRgIo ArTuRo GaRcIa Cc: freebsd-java@FreeBSD.ORG Subject: Re: ld-elf.so.1 In-Reply-To: References: X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Im running FreeBSD 3.1, I installed kaffe from FreeBSD3.1 CD, but when I > tried to launch it, i got this error : > > /usr/libexec/ld-elf.so.1: Shared Object "libkaffevm.so.1" not found > > then I downloaded JDk from www.freebsd.org/java, and when I try to run > java or javac, I got the same error! what should I do? Delete kaffe (pkg_delete) from your hard-disk, because when you type 'java' it's picking up the kaffe version, not the version in /usr/local/jdk1.1.8/bin/java. Make sure /usr/local/jdk1.1.8/bin is in your path. Kaffe installs itself in /usr/local/bin, so it's automatically in your path, while the JDK must explicitly be added to the path. The JDK version should work fine (and make sure you are using the version the FreeBSD Java team released day before yesterday...). Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message