Return to BSD News archive
Path: euryale.cc.adfa.oz.au!platinum.sge.net!como.dpie.gov.au!news.gan.net.au!act.news.telstra.net!vic.news.telstra.net!news.mira.net.au!inquo!news.eli.net!uunet!in1.uu.net!194.87.0.28!demos!carrier.kiev.ua!news.isf.kiev.ua!news From: Vladimir Kushnir <kushn@olinet.isf.kiev.ua> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: How can I get rid of those pesky "stdin/out Netscape messages. Date: Sat, 28 Jun 1997 22:35:37 +0000 Organization: Unknown Lines: 27 Message-ID: <33B591B9.41C67EA6@olinet.isf.kiev.ua> References: <33ADADBE.2781E494@ix.netcom.com> NNTP-Posting-Host: c119.dialup.isf.kiev.ua Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.2-RELEASE i386) To: Dave Hodge <dlhodge@ix.netcom.com> Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:43692 Dave Hodge wrote: > > I've loaded Netscape 3.0 for Unix on my FreeBSD system. Everything works > that I can see from the package. The only problem is that I am > receiveing a ton of error message when using Netscape 3.0. I know this > problem must have been address already. Does anyone have the fix? If you > do please share. > > Thank You. > > Dave Hodge > dlhodge@ix.netcom.com What exactly are the error messages? If Netscape complaints about converting strings or such, it's probably it can't find your XKeysymDB. Just add something like setenv XKEYSYMDB /usr/X11R6/lib/X11/XKeysymDB setenv XNLSPATH /usr/local/netscape/nls in your .(t)cshrc (provided your netscape directory is /usr/local/netscape). Hopefully, this whould help. Regards, Vladimir