From owner-freebsd-questions Tue Mar 12 8:53:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 6A5A037B67D for ; Tue, 12 Mar 2002 08:52:16 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g2CGqCl94321; Tue, 12 Mar 2002 11:52:12 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 12 Mar 2002 11:52:12 -0500 (EST) From: Joe Clarke To: Michael Lucas Cc: Jonathan Chen , Subject: Re: Mozilla 0.9.8 and jdk1.3.1 In-Reply-To: <20020311174138.A88290@blackhelicopters.org> Message-ID: <20020312115158.L94049-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Where does the symlink point? Joe On Mon, 11 Mar 2002, Michael Lucas wrote: > pedicular~;ldconfig -r | grep libXt > 68:-lXt.6 => /usr/X11R6/lib/libXt.so.6 > 75:-lXtst.6 => /usr/X11R6/lib/libXtst.so.6 > pedicular~;nm -D /usr/X11R6/lib/libXt.so | grep XtShellStrings > 000429b9 R XtShellStrings > pedicular~; > > Yep, that's there. > > On Mon, Mar 11, 2002 at 05:19:21PM -0500, Joe Clarke wrote: > > > > > > On Mon, 11 Mar 2002, Michael Lucas wrote: > > > > > > > > OK, I believe it's time for me to hang my head in shame. > > > > > > It still doesn't work, mind you. But at least I now get an error message: > > > > > > pedicular~;LoadPlugin: failed to initialize shared library > > > /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so > > > [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: > > > Undefined symbol "XtShellStrings"] > > > > Do you have /usr/X11R6/lib/libXt.so and /usr/X11R6/lib/libXt.so.6? that > > symbol should be defined there. Do a > > > > ldconfig -r | grep libXt > > > > to make sure the library is loaded, and then > > > > nm -D /usr/X11R6/lib/libXt.so | grep XtShellStrings > > > > and look for something like: > > > > 00043359 R XtShellStrings > > > > This means the symbol is defined and is located in a read-only data > > section of the library. > > > > Joe > > > > > > > > This repeats any time I come across an applet. > > > > > > Any suggestions? > > > > > > On Mon, Mar 11, 2002 at 04:06:26PM -0500, Joe Clarke wrote: > > > > > > > > You do have Enable Java checked under Edit->Preferences->Advanced, right? > > > > > > > > Joe > > > > > > > > > > > > > > Any suggestions? > > > > > > > > > > On Tue, Mar 12, 2002 at 09:16:58AM +1300, Jonathan Chen wrote: > > > > > > On Mon, Mar 11, 2002 at 02:56:27PM -0500, Michael Lucas wrote: > > > > > > > > > > > > > > > > > > > > > So, does anyone have any suggestions on what to do if it doesn't work? > > > > > > > > > > > > > > I have jdk1.3.1 and Mozilla 0.98, but no applets show. :-( > > > > > > > > > > > > > > > > > > > What sort of errors are you having? Do you have the symbolic link from > > > > > > Mozilla's plugin directory to the JDK's plugin implementation? Note > > > > > > that it has to be a *symbolic* link, not a hard one, not a copy, due > > > > > > to some weird voodoo magic the implemntation requires for it to work. > > > > > > -- > > > > > > Jonathan Chen > > > > > > ---------------------------------------------------------------------- > > > > > > The human mind ordinarily operates at only ten percent of its capacity > > > > > > -- the rest is overhead for the operating system. > > > > > > > > > > -- > > > > > Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org > > > > > my FreeBSD column: http://www.oreillynet.com/pub/q/Big_Scary_Daemons > > > > > > > > > > http://www.blackhelicopters.org/~mwlucas/ > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > > > > > > > > > -- > > > Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org > > > my FreeBSD column: http://www.oreillynet.com/pub/q/Big_Scary_Daemons > > > > > > http://www.blackhelicopters.org/~mwlucas/ > > > > > > > > > > -- > Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org > my FreeBSD column: http://www.oreillynet.com/pub/q/Big_Scary_Daemons > > http://www.blackhelicopters.org/~mwlucas/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message