From owner-freebsd-questions Tue Dec 5 05:23:24 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA03026 for questions-outgoing; Tue, 5 Dec 1995 05:23:24 -0800 Received: from solar.os.com (craigs@solar.iii.net [199.232.46.97]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id FAA03019 for ; Tue, 5 Dec 1995 05:23:18 -0800 Received: (from craigs@localhost) by solar.os.com (8.7/8.7.0) id IAA06398; Tue, 5 Dec 1995 08:28:35 -0500 Date: Tue, 5 Dec 1995 08:28:35 -0500 From: Craig Shrimpton Subject: Re: netscape XKeysymDB errors. To: Jason Gilbert cc: questions@FreeBSD.org In-Reply-To: <199512050748.BAA27779@koala.scott.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org Precedence: bulk On Tue, 5 Dec 1995, Jason Gilbert wrote: > I installed Netscape 2.0b3 as per what instructions I found w/ the > app, but I am still getting tons of errors from not reading the > XKeysymDB file; I suppose. Other than that it seems to run fine. I Netscape has the location of the XKeysymsDB all wrong for FreeBSD. Set the following environment variables: XKEYSYMSDB=/usr/X11R6/lib/X11/XKeysymsDB XNLSPATH=$HOME/nls Naturally you may substitute paths according to your system. Craig