[2507] in RedHat Linux List
Netscape, Colgate and 5.3.12
daemon@ATHENA.MIT.EDU (BORG)
Sun Nov 3 20:30:11 1996
Date: Sun, 03 Nov 1996 17:26:30 -0800
From: BORG <"vladimip "@iceonline.com>
To: Red Hat Mailing List <redhat-list@redhat.com>
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
Just found that script that I was talking about in
one of the previous messages:
---------------------------------------------------------------
Search the archives
David Simpson (davesimp@cs.berkeley.edu)
Thu, 12 Sep 1996 12:10:01 -0700
Messages sorted by: [ date ][ thread ][ subject ][ author
]
Next message: ldavis@reston.ans.net: "Any Adaptec 2940UW
Successes ?"
Previous message: Michael Callahan: "Re: devel boot/supp
on PCMCIA: no dice"
For those of who just can't live without live java sports
updates on
Espnet, BUT don't want to risk breaking numberous other
binaries (for
example, sendmail) by downgrading to 5.2.18, here's what I did.
It's not exactly pretty, but until Netscape releases a version
built
with 5.3.12, there's not much you can do about it.
Make a shell script called netscape and install it in some bin
directory.
Put your old libc-5.2.18.so in some temporary lib directory (I
put it
in ~/lib) and simply use the shell script to load netscape. By
setting
the LD_LIBRARY_PATH, you force netscape to use the older
version of
libc, but the rest of the libraries come from your normal lib
directories
(setup via ldconfig).
#!/bin/csh
setenv LD_LIBRARY_PATH ~/lib
/usr/local/bin/netscape $*
----------------------------------------------------
Another solution is to download libc with
gnu malloc.
--
*** #include <disclaimer.h> ***** Good pings come in small packets
******** Vlad Petersen ********** ********************************
*** <vladimip@iceonline.com> **** **** Linux: OS I can trust *****
******** Vancouver, B.C. ******** ********************************
--
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