From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 14:49:49 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 BEA8116A4CE for ; Wed, 8 Dec 2004 14:49:49 +0000 (GMT) Received: from jeremino.homeunix.net (jeremino.xs4all.nl [80.126.224.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A44043D4C for ; Wed, 8 Dec 2004 14:49:49 +0000 (GMT) (envelope-from kees@jeremino.homeunix.net) Received: from jeremina.homeunix.net ([10.0.0.5]) by jeremino.homeunix.net with smtp (Exim 4.42) id 1Cc38S-0003gz-F9; Wed, 08 Dec 2004 15:49:44 +0100 From: Kees Plonsz To: Dundar Turker , freebsd-questions@freebsd.org Date: Wed, 08 Dec 2004 15:49:37 +0100 References: Lines: 30 Organization: Chaotic User-Agent: KNode/0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8Bit Message-Id: <20041208144949.0A44043D4C@mx1.FreeBSD.org> Subject: RE: Help needed re Mozilla with libjavaplugin_oji_so 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, 08 Dec 2004 14:49:49 -0000 Dundar Turker wrote: > Thanks for the quick reply... But I'm not so convinced with this answer... > May I ask how will it change the process.? In the end the > libjavaplugin_oji.so is the one to get loaded isn't it, which in turn > generates the error I get. > > I linked libjavaplugin_oji.so (not libjavaplugin.so) on Linux systems and > got it working fine. many different documents instruct the same, to use > libjavaplugin_oji.so. > > many thanks, > Turker Dundar > I think you are right, this is how it works with netscape(on myfreebsd-5.3) /usr/local/netscape/plugins/libjavaplugin_oji.so-> /usr/local/j2sdk1.4.2_06/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so If you get en error with "Undefined Symbol", then you have a version mismatch. You may have to run "/usr/compat/linux/sbin/ldconfig" for dynamic linking all available libs. In my "/usr/compat/linux/etc/ld.so.conf" I put: /usr/X11R6/lib