Date: Tue, 12 Mar 2002 11:52:12 -0500 (EST) From: Joe Clarke <marcus@marcuscom.com> To: Michael Lucas <mwlucas@blackhelicopters.org> Cc: Jonathan Chen <jonc@chen.org.nz>, <freebsd-questions@FreeBSD.ORG> Subject: Re: Mozilla 0.9.8 and jdk1.3.1 Message-ID: <20020312115158.L94049-100000@shumai.marcuscom.com> In-Reply-To: <20020311174138.A88290@blackhelicopters.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jonc@chen.org.nz> > > > > > > ---------------------------------------------------------------------- > > > > > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020312115158.L94049-100000>