From owner-freebsd-java Thu Nov 29 11:33:20 2001 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 1279537B405 for ; Thu, 29 Nov 2001 11:33:16 -0800 (PST) Received: from caddis.yogotech.com (caddis.yogotech.com [206.127.123.130]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id MAA15710; Thu, 29 Nov 2001 12:33:14 -0700 (MST) (envelope-from nate@yogotech.com) Received: (from nate@localhost) by caddis.yogotech.com (8.11.6/8.11.6) id fATJXDO08754; Thu, 29 Nov 2001 12:33:13 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15366.36216.948771.215835@caddis.yogotech.com> Date: Thu, 29 Nov 2001 12:33:12 -0700 To: Dave Glowacki Cc: java@FreeBSD.ORG Subject: Re: java/jdk port broken? In-Reply-To: <200111291903.fATJ3Hk17443@hyde.ssec.wisc.edu> References: <200111291903.fATJ3Hk17443@hyde.ssec.wisc.edu> X-Mailer: VM 6.96 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > I've been having problems with the java/jdk port, > and a complete re-install didn't seem to help. > Can anyone tell me what I'm doing wrong? [ SNIP ] > ===> Registering installation for jdk-1.1.8 > # /usr/local/jdk1.1.8/bin/javac > /usr/libexec/ld-elf.so.1: Shared object "libhpi.so" not found I'm betting you have a non-standard LD_LIBRARY_PATH or LD_PRELOAD set in your environment. The output of 'printenv | grep LD' would be telling. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message