Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Netscape 3.0 and Java
- To: ol@example.com
- Subject: Netscape 3.0 and Java
- From: "C. Oda" <craig@example.com>
- Date: Mon, 28 Oct 1996 10:31:54 +0900 (JST)
- cc: tlug@example.com
- Content-Type: TEXT/PLAIN; charset=US-ASCII
- Reply-To: tlug@example.com
- Sender: owner-tlug
Netscape 3.0 has a bug which prevents the use of Java with the newer C libs. To get it to work, I've done the following: 1) make a directory for netscape # mkdir /usr/local/lib/netscape 2) find some old C libs on your machine niji:/usr/local/lib/netscape# ls -l /lib/libc.* lrwxrwxrwx 1 root root 13 Mar 24 1996 /lib/libc.so.4 -> libc.so.4.7.2* -rwxr-xr-x 1 root root 634880 Apr 29 1995 /lib/libc.so.4.7.2* lrwxrwxrwx 1 root root 13 May 19 17:03 /lib/libc.so.5 -> libc.so.5.3.9* -rwxr-xr-x 1 root root 562683 May 19 1995 /lib/libc.so.5.0.9* -rwxr-xr-x 1 bin bin 579395 Apr 6 1996 /lib/libc.so.5.3.9* niji:/usr/local/lib/netscape# 3) make a symbolic link to the old lib # ln -s /lib/libc.so.5.0.0 libc.so.5 4) make a trivial shell script to load lib for Netscape niji:/usr/local/lib/netscape# cat netscape.sh #!/bin/sh libdir=/usr/local/lib/netscape LD_LIBRARY_PATH=$libdir; export LD_LIBRARY_PATH exec /usr/local/bin/netscape 5) execute shell whenever you want to run Netscape Regards, Craig ------------- Craig Oda craig@example.com TWICS - Japan's First Public-Access Internet System, TWICS - IEC Building, 1-21 Yotsuya, Shinjuku-ku, Tokyo 160 JAPAN Main Reception: 03-3351-5977 Fax: +81-3-3353-6096 Customer Service: 3351-5481 Corporate Sales/Support: 3351-8452 ----------------------------------------------------------------- a word from the sponsor will appear below ----------------------------------------------------------------- The TLUG mailing list is proudly sponsored by TWICS - Japan's First Public-Access Internet System. Now offering 20,000 yen/year flat rate Internet access with no time charges. Full line of corporate Internet and intranet products are available. info@example.com Tel: 03-3351-5977 Fax: 03-3353-6096
- Follow-Ups:
- Re: Netscape 3.0 and Java
- From: turnbull@example.com (Stephen J. Turnbull)
Home | Main Index | Thread Index
- Prev by Date: Re: Craig's "Rainikkusu" site
- Next by Date: Re: Craig's "Rainikkusu" site
- Prev by thread: Re:Jim Breen's patched kterm (fwd)
- Next by thread: Re: Netscape 3.0 and Java
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links