Re: Java
-----BEGIN PGP SIGNED MESSAGE-----
On Fri, 25 Apr 1997, Dima wrote:
>In message <[🔎] 335F987F.78F1650@oz.net> you wrote:
>>I wish to be able to enable Java support in Netscape 3.01 without it
>>crashing whenever I try a java site. Is there a patch or fix for this?
>Here's my /usr/X11R6/bin/nescape:
>
>#!/bin/sh
>MALLOC_CHECK_=0
>NPX_PLUGIN_PATH=$HOME/.netscape/plugins:/usr/local/lib/netscape/plugins
>XNLSPATH=/usr/X11R6/lib/X11/nls
>XKEYSYMDB=/usr/local/netscape/XKeysymDB
>export MALLOC_CHECK_ NPX_PLUGIN_PATH XNLSPATH XKEYSYMDB
>exec /usr/local/netscape/netscape "$@"
This is not enough, as netscape had been compiled with an old version of
libXpm
Get libXpm.so.4.6 (from sunsite, I suppose), then put it in
/usr/lib/netscape/lib, run ldconfig -n . in this directory and add the
following line to /usr/X11R6/bin/netscape before the exec
export LD_PRELOAD=/usr/lib/netscape/lib/libXpm.so.4
I also need to explicitly set the PATH, otherwise I get a netstat zombie
and a netscape that is running without opening a window and that can be
killed by kill -9 only.
Could we add this to the installation procedure?
Communicator beta 4 installed with the debian installer package does not
even start here. Installing it wiped out my libXpm.so.4.6 mentioned above.
Why?
Nils
- --
\ / | Nils Rennebarth
--* WINDOWS 42 *-- | Schillerstr. 61
/ \ | 37083 Göttingen
| ++49-551-71626
Micro$oft's final answer | http://www.nus.de/~nils
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3i
Charset: noconv
iQB1AwUBM2CBHFptA0IhBm0NAQH1jgMAi7Xc/wRuVHeADFA0WF3Vay4pEKLPuGoy
HZqAXEpFtvgt9y4QKCU+24UE4EM2+IM9G/pBjqgL8RJRMtzfsuJ4aPKMyvRjWhjE
kf0Gy7Hp859umgXNymSUopqvhHX02MfZ
=1BQN
-----END PGP SIGNATURE-----
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org .
Trouble? e-mail to templin@bucknell.edu .
Reply to:
- References:
- Re: Java
- From: Dima <dima@eris.dev.null>