From owner-freebsd-questions@FreeBSD.ORG Wed Aug 25 10:05:39 2004 Return-Path: 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 9A65B16A4CE for ; Wed, 25 Aug 2004 10:05:39 +0000 (GMT) Received: from outmx007.isp.belgacom.be (outmx007.isp.belgacom.be [195.238.3.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E14843D49 for ; Wed, 25 Aug 2004 10:05:39 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx007.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i7PA5ZKv013781 for ; Wed, 25 Aug 2004 12:05:35 +0200 (envelope-from ) Received: from lori.mine.nu (20-16.244.81.adsl.skynet.be [81.244.16.20]) with ESMTP id i7PA5Xdi013756 for ; Wed, 25 Aug 2004 12:05:34 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id EA139A82; Wed, 25 Aug 2004 12:05:32 +0200 (CEST) Date: Wed, 25 Aug 2004 12:05:32 +0200 From: Geert Hendrickx To: freebsd-questions@freebsd.org Message-ID: <20040825100532.GA74835@lori.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-GPG-Key: http://lori.mine.nu/gnupgkey.asc X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en Subject: diablo-jre problem with firefox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 10:05:39 -0000 Hi, I installed the firefox-0.9.3 and diablo-jre-1.3.1.0_1 ports. When I start Firefox, I get the following error: > LoadPlugin: failed to initialize shared library > /usr/local/diablo-jre1.3.1/plugin/i386/ns600/libjavaplugin_oji.so > [Shared object "libintl.so.4" not found] After creating a symlink from /usr/local/lib/libintl.so.4 to libintl.so.6 a I get this error: > LoadPlugin: failed to initialize shared library > /usr/local/diablo-jre1.3.1/plugin/i386/ns600/libjavaplugin_oji.so > [/usr/local/diablo-jre1.3.1/plugin/i386/ns600/libjavaplugin_oji.so: > Undefined symbol "_vt$17nsGetServiceByCID"] Anyone knows how I can get this to work? I can't compile the native JDK for FreeBSD myself, due to lack of diskspace (it needs over 1.5Gb to compile). Maybe anyone can share a precompiled package of it? ;-) GH