Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!swrinde!newsfeed.internetmci.com!news.ac.net!news1.erols.com!newsmaster@erols.com From: Ken Bigelow <kbigelow@www.play-hookey.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: netscape 2.02 Date: Fri, 28 Jun 1996 08:52:00 -0700 Organization: Erols Internet Services Lines: 19 Message-ID: <31D3FFA0.371@www.play-hookey.com> References: <4r068e$i57@nuscc.nus.sg> NNTP-Posting-Host: kenjb05.play-hookey.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.02 (Win16; I) Lai L F wrote: > > When I tried running netscape 2.02 with FreeBSD 2.1, the browser keep on > crashing when i tried to view source! anyone know what is the problem? > Did you copy over the NLS files? The two files in the /nls directory in the Netscape .tar.gz file have to go into /usr/X11/lib/X11/nls Also, at least some of the Netscape distributions for BSDI want an /X11 directory instead of /X11R6. You can fix this with a symlink: ln -s X11R6 X11 from the /usr directory. I hope this helps! Ken