From owner-freebsd-java@FreeBSD.ORG Mon Oct 20 17:20:24 2003 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 9E26A16A4B3 for ; Mon, 20 Oct 2003 17:20:24 -0700 (PDT) Received: from mgr4.xmission.com (mgr4.xmission.com [198.60.22.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA83043F85 for ; Mon, 20 Oct 2003 17:20:23 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr4.xmission.com with spam-scanned (Exim 3.35 #1) id 1ABkG6-0001U0-04 for java@freebsd.org; Mon, 20 Oct 2003 18:20:23 -0600 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr4.xmission.com with esmtp (Exim 3.35 #1) id 1ABkG5-0001Sb-04; Mon, 20 Oct 2003 18:20:22 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) h9KNShjG058172; Mon, 20 Oct 2003 17:28:44 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.9p1/8.12.9/Submit) id h9KNSf3K058171; Mon, 20 Oct 2003 17:28:41 -0600 (MDT) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 20 Oct 2003 17:28:41 -0600 From: Greg Lewis To: Jim Spring Message-ID: <20031020232841.GC58090@misty.eyesbeyond.com> References: <20031020195042.570E2ACDE@www.innerdot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031020195042.570E2ACDE@www.innerdot.com> User-Agent: Mutt/1.4.1i X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on mgr4.xmission.com X-Spam-Status: No, hits=-0.9 required=8.0 tests=BAYES_30 autolearn=no version=2.60 X-Spam-Level: cc: java@freebsd.org Subject: Re: jdk1.4 plugin 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: Tue, 21 Oct 2003 00:20:24 -0000 On Mon, Oct 20, 2003 at 12:50:42PM -0700, Jim Spring wrote: > Thanks to the recent patchset, jdk1.4 built cleanly and for most > purposes is working well for me. > > The one thing I have not had any luck with is using the plugin. > I'm running 5.1-Current (as of about a week ago). I've set the > plugin up per the FAQ on mozilla (ie, make the softlink). I am > using: > > /usr/local/jdk1.4.1/jre/plugin/i386/ns610/libjavaplugin_oji.so > > When I startup Firebird, it still is giving an error that it can't > find shared objects. The first is libdl.so.2, which appears to > live in /usr/compat/linux/lib. Setting the LD_LIBRARY_PATH to > include this, I am then prompted for libgcc_s.so.1. The fact that it complains about a missing libdl.so.2 should be an immediate red flag. This is a Linux shared library! There is _no way_ the FreeBSD version of the plugin is linked against libdl.so.2. Please check that you don't have the Linux version of Firebird and that the browser plugin symlink is correctly pointing to the FreeBSD plugin. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org