From owner-freebsd-java@FreeBSD.ORG Mon Mar 21 21:59:27 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3A7116A4CE; Mon, 21 Mar 2005 21:59:27 +0000 (GMT) Received: from april.chuckr.org (april.chuckr.org [66.92.151.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 886A043D1F; Mon, 21 Mar 2005 21:59:27 +0000 (GMT) (envelope-from chuckr@chuckr.org) Received: from [66.92.151.195] (july.chuckr.org [66.92.151.195]) by april.chuckr.org (Postfix) with ESMTP id 7A20212121; Mon, 21 Mar 2005 16:59:13 -0500 (EST) Message-ID: <423F43A4.9010604@chuckr.org> Date: Mon, 21 Mar 2005 21:59:00 +0000 From: Chuck Robey User-Agent: Mozilla Thunderbird 1.0 (X11/20050316) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eischen References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Nicolas Gieczewski cc: java@freebsd.org cc: Ivan Voras Subject: Re: jdk-1.4.2p7 crashes with no indication of why X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2005 21:59:28 -0000 Daniel Eischen wrote: > On Mon, 21 Mar 2005, Chuck Robey wrote: > >>I just tried an application, and (after adding /usr/local/jdk1.5.0/bin >>to my PATH) got an error about not being able to find libjava.so. I >>checked, that file does exist in /usr/local/jdk1.5.0/jre/lib/amd64, so >>the jdk15 seems to be not totally installed, or I'm missing something in >>myh environment. Anyone know what that is? > > > I've only built jdk14 for x86, so I can't offer much more than > "ldd(1) is your friend" and "try fiddling with LD_LIBRARY_PATH". Well, all of the libs are named in the form "libjava.so", with no number at the end, which might be the reason that ldconfig -m did not bring in any of those libs. Darn it. Just setting an LD_LIBRARY_PATH didn't help. I suspect that these libs need renaming. >