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
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/
2 matches
Mail list logo