From owner-freebsd-questions Mon Jul 1 16:52:57 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA01671 for questions-outgoing; Mon, 1 Jul 1996 16:52:57 -0700 (PDT) Received: from central.picker.com (central.picker.com [144.54.31.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA01660 for ; Mon, 1 Jul 1996 16:52:54 -0700 (PDT) Received: from ct.picker.com by central.picker.com with smtp (Smail3.1.28.1 #3) id m0uascJ-0004riC; Mon, 1 Jul 96 19:42 EDT Received: from elmer.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA14321; Mon, 1 Jul 96 19:42:18 EDT Received: by elmer.picker.com (SMI-8.6/SMI-SVR4) id TAA28013; Mon, 1 Jul 1996 19:43:53 -0400 From: rhh@ct.picker.com (Randall Hopper) Message-Id: <199607012343.TAA28013@elmer.picker.com> Subject: Re: Netscape Error To: flaq@synwork.com (Mike K.) Date: Mon, 1 Jul 1996 19:43:52 -0400 (EDT) Cc: questions@freebsd.org In-Reply-To: from "Mike K." at Jul 1, 96 04:07:07 pm Reply-To: rhh@ct.picker.com Organization: Picker International, CT Division X-Mailer: ELM [version 2.4 PL24 PGP3 *ALPHA*] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Mike K.: >I know there is an environment variable that needs to be set in .cshrc >dealing with the XKeysymDB, but I can't remember what it is and my .cshrc >gotten trashed by an installation script. Can someone please refresh my >memory? TIA Sure! : setenv XKEYSYMDB /usr/X11R6/lib/X11/XKeysymDB and while you're at it, seems like I needed this for Netscape at some point: setenv XNLSPATH /usr/X11R6/lib/X11/nls which comes with the Netscape package. Randall Hopper rhh@ct.picker.com