From owner-freebsd-java Mon Oct 18 18:55: 3 1999 Delivered-To: freebsd-java@freebsd.org Received: from ares.maths.adelaide.edu.au (ares.maths.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id 93D39157CD for ; Mon, 18 Oct 1999 18:54:57 -0700 (PDT) (envelope-from glewis@ares.maths.adelaide.edu.au) Received: (from glewis@localhost) by ares.maths.adelaide.edu.au (8.9.3/8.9.3) id LAA22469; Tue, 19 Oct 1999 11:24:47 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <199910190154.LAA22469@ares.maths.adelaide.edu.au> Subject: Re: Linux JDK1.2 port In-Reply-To: from "Christopher T. Griffiths" at "Oct 18, 1999 05:05:29 pm" To: "Christopher T. Griffiths" Date: Tue, 19 Oct 1999 11:24:47 +0930 (CST) Cc: freebsd-java@freebsd.org X-Mailer: ELM [version 2.4ME+ PL56 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Has anyone had any luck with the linux port for 1.2 under emulation?? Haven't tried it myself :). > I have it installed but am getting the following error when running java: > > /usr/bin/expr: not found There is a /compat/linux/usr/bin/expr though, which is possibly what is wanted. > Error: can't find libjava.so. Sounds like you may have this shared library (I assume it comes with the Linux JDK) somewhere the Linux loader can't find it. Try putting it in /compat/linux/usr/lib and rerunning /compat/linux/ldconfig, or else using ldconfig to get the Linux loader to search whereever you've put it. -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message