From owner-freebsd-questions@FreeBSD.ORG Sun Jul 30 14:07:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BDF716A4DF for ; Sun, 30 Jul 2006 14:07:44 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E17A43D8B for ; Sun, 30 Jul 2006 14:07:38 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 945 invoked from network); 31 Jul 2006 00:07:38 +1000 Received: from 203-214-155-106.dyn.iinet.net.au (HELO localhost) (203.214.155.106) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 31 Jul 2006 00:07:38 +1000 Date: Mon, 31 Jul 2006 00:07:34 +1000 From: Norberto Meijome To: Norberto Meijome Message-ID: <20060731000734.4aa91989@localhost> In-Reply-To: <20060730230039.6fda85ab@localhost> References: <20060730230039.6fda85ab@localhost> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: [SOLVED] Re: linux-firefox + proper Java support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 14:07:44 -0000 On Sun, 30 Jul 2006 23:00:39 +1000 Norberto Meijome wrote: > hello everyone, > I'm running linux-firefox on FBSD 6.1-i386. I also have diablo-jdk installed. > When I sym-link (what I think are) the java plugins for moz. into the > linux-firefox/plugins folder, i get some errors dure to ABI : > > LoadPlugin: failed to initialize shared > library /usr/local/diablo-jdk1.5.0/jre/lib/i386/libjavaplugin_jni.so > [/usr/local/diablo-jdk1.5.0/jre/lib/i386/libjavaplugin_jni.so: ELF file OS ABI > invalid] > > or > > LoadPlugin: failed to initialize shared > library /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so > [/usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so: ELF file > OS ABI invalid] > > Am I right in assuming that, if I'm using linux-firefox, i should uninstall > diablo-jdk and use linux-jdk? Any cons (other than having , sigh, more linux > stuff installed installed?) > yeah, simply installing linux-sun-jdk14 solved it ( and symlinking /usr/X11R6/lib/linux-firefox/plugins/libjavaplugin_oji.so -> /usr/local/linux-sun-jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so :) B