[4681] in RedHat Linux List
Netscape keeps dying
daemon@ATHENA.MIT.EDU (Wade Hampton)
Sat Nov 16 10:47:05 1996
Date: Sat, 16 Nov 1996 10:44:08 -0500
To: chev@eel.ufl.edu
From: Wade Hampton <whampton@staffnet.com>
Cc: redhat-list@redhat.com
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
Chris,
Go Gators. I grew up on 22 Street, a block from the President's house
(my parents still live there). During the winter, we could see Florida
Field from the house! I love UFL and the GATORS! I have my BSEE from
UFL!
Are you runing JAVA apps? If so, there is a problem with 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