Re: netscape 3.01_4

1997-03-06 Thread Guy Maor
Lawrence Chim <[EMAIL PROTECTED]> writes: > #!/bin/sh > > export LD_PRELOAD=libc.so.5.2.18 <<< > > export MALLOC_CHECK_=0 MALLOC_CHECK_ is only meaningful on 5.4.20-1 and higher. btw, for me, Netscape reliably crashes running Java apps under 16 bpp, but it works ok under 8 bpp. Could that be

netscape 3.01_4

1997-03-06 Thread Lawrence Chim
I don't why I have to load the libc.so.5.2.18 in order to run netscape, or I will get a bus error. I even try LD_PRELOAD=libgnumalloc.so.5 and it dose not work also. #!/bin/sh export LD_PRELOAD=libc.so.5.2.18 <<< export MALLOC_CHECK_=0 export NPX_PLUGIN_PATH=$HOME/.netscape/plugins:/usr/local/