[4459] in RedHat Linux List

home help back first fref pref prev next nref lref last post

Netscape problems

daemon@ATHENA.MIT.EDU (Wade Hampton)
Fri Nov 15 00:09:29 1996

Date: Fri, 15 Nov 1996 00:04:07 -0500
To: redhat-list@redhat.com
From: Wade Hampton <whampton@staffnet.com>
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com

I have posted this fic for Java to several groups...  The problem is the libc
and netscape interaction....older libc's work fine.  see below

At 10:17 PM 9/27/96 -0700, you wrote:
>The Java portions of Netscape 3.0 seem to be broken. I have made the
>java_30 file rwx for everyone, it still bombs when trying to run a java
>app.
5.2.18 works great and runs ALL the demos.  The procedure to get it running is:

1. got libc-5.2.18.bin.tar.gz from archives.
2. extracted it in a temp directory :
        mkdir /usr/src/libctemp
        cp    libc-5.2.18.tar.gz /usr/src/libctemp
        cd    /usr/src/libctemp
        tar xvzf libc*gz
3. copied the libc.so.5.2.18 to /lib:
        cd lib
        cp libc.so.5.2.18 /lib
4. created a batch file, runnetscape.sh to start netscape in /usr/local/bin:
        #!/bin/bash
        #
        export LD_PRELOAD=/lib/libc.so.5.2.18
        unset  CLASSPATH
        /usr/local/bin/netscape &
        #
5. change this script to execute:
        chmod +x /usr/local/bin/runnetscape.sh
6. in my FVWM and lg where I start netscape, I change references to 
   /usr/local/bin/runnetscape.sh
Wade Hampton (whampton@staffnet.com, tasi029@tmn.com)
Use LINUX -- It works.... Win95 Crashes....  
MickySoft should rename Start to Crash per truth in advertising laws. 
Where do you want to CRASH today?  


--
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
  ________________________________________________________________________
  http://www.redhat.com/RedHat-FAQ   http://www.redhat.com/RedHat-Errata
  http://www.redhat.com/RedHat-Tips  http://www.redhat.com/mailing-lists
  ------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null


home help back first fref pref prev next nref lref last post