From owner-freebsd-questions Mon Oct 9 14:07:08 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA23015 for questions-outgoing; Mon, 9 Oct 1995 14:07:08 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA23006 for ; Mon, 9 Oct 1995 14:07:02 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA09028; Mon, 9 Oct 1995 14:02:14 -0700 From: Terry Lambert Message-Id: <199510092102.OAA09028@phaeton.artisoft.com> Subject: Re: 1.1.5.1, XFree86-3.1.2, Netscape 1.12 To: mcw@hpato.aus.hp.com (M C Wong) Date: Mon, 9 Oct 1995 14:02:14 -0700 (MST) Cc: freebsd-questions@freefall.freebsd.org In-Reply-To: <199510090225.AA113265511@hp.com> from "M C Wong" at Oct 9, 95 12:25:01 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1038 Sender: owner-questions@FreeBSD.org Precedence: bulk > I just installed XFree86-3.1.2 on my 1.1.5.1 box and while running > Netscape 1.12, I still got lots of complaints about key symbols for keys > like up, down, left, right, page-up, page-down etc, and consequently I > can't use those keys while viewing. > > Yes, I did set XKEYSYMDB and XNLSPATH to the path where I actually keep > those files together with Netscape 1.12 distribution. > > Why ? Any fix for this ? Assuming you installed the X11R5 version of the internationalization files that live on Peter's 1.1.5.1 WWW home page, I'd say that it was because the BSI environment variable code is different and it doesn't see your environment variables. Use the following symlinks that everybody but you use already: ln -s /usr/X11R6/lib/X11 /usr/lib/X11 ln -s /usr/X11R6/bin /usr/bin/X11 That will let it find them without the environment variables. Or use an older version of NetScape. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.