From owner-freebsd-questions Thu Jan 8 13:48:14 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA04989 for questions-outgoing; Thu, 8 Jan 1998 13:48:14 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from artorius.sunflower.com (artorius.sunflower.com [24.124.0.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA04937 for ; Thu, 8 Jan 1998 13:48:02 -0800 (PST) (envelope-from lists6@artorius.sunflower.com) Received: from artorius.sunflower.com (artorius.sunflower.com [24.124.0.6]) by artorius.sunflower.com (8.8.8/8.8.7) with SMTP id PAA25119; Thu, 8 Jan 1998 15:47:33 -0600 (CST) (envelope-from lists6@artorius.sunflower.com) Date: Thu, 8 Jan 1998 15:47:33 -0600 (CST) From: lists To: Ash Yadav cc: questions@FreeBSD.org Subject: Re: Netscape #2 In-Reply-To: <9801080112.AA12985@rachel.fxsing.ml.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Since their seem to be multiple XKeysymDB files that aren't necessarily compliant with one another, I precede the executable with something along the lines of (w/ bash) XKEYSYMDB=/usr/local/netscape/XKeysymDB;export XKEYSYMDB;netscape same for xemacs, locally compiled motif, etc... --------------------------------------------------------------------- - Stephen Spencer finger gladiatr@artorius.sunflower.com for - - administrator PGP key. - - Sunflower Datavision http://www.sunflower.com - --------------------------------------------------------------------- On Thu, 8 Jan 1998, Ash Yadav wrote: > Hi there .... > U need to set the following variables depending on your install dirs ... > > eg. I have netscape installed in /apps/netscape403 and I set the following variables > in a startup script that starts netscape ... > > > #!/bin/sh > > MOZILLA_HOME=/apps/netscape403 > XKEYSYMDB=/apps/netscape403/XKeysymDB > XAPPLRESDIR=/apps/netscape403 > XNLSPATH=/apps/netscape403/nls > > CLASSPATH=/apps/netscape403 > > export MOZILLA_HOME XKEYSYMDB XAPPLRESDIR XNLSPATH > > /apps/netscape403/netscape > > This shd get rid of all the errors ...