From owner-freebsd-questions Tue Oct 26 16:24:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monkeys.com (i180.value.net [206.14.136.180]) by hub.freebsd.org (Postfix) with ESMTP id 7D29214CEC for ; Tue, 26 Oct 1999 16:24:51 -0700 (PDT) (envelope-from rfg@segfault.monkeys.com) Received: from segfault.monkeys.com (localhost [127.0.0.1]) by monkeys.com (8.9.3/8.9.3) with ESMTP id QAA03912; Tue, 26 Oct 1999 16:25:30 -0700 (PDT) To: Kenneth Wayne Culver Cc: freebsd-questions@freebsd.org Subject: Re: Switching from Linux... What's the deal with Netscape Navigator? In-reply-to: Your message of Tue, 26 Oct 1999 19:14:07 -0400. From: "Ronald F. Guilmette" Date: Tue, 26 Oct 1999 16:25:29 -0700 Message-ID: <3910.940980329@segfault.monkeys.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Kenneth Wayne Culver wrote: >How about enabling linux emulation, and using linux netscape, then you >will be able to use plugins too. :-) I already found and fixed at least part of the problem. Apparently, the Netscape Navigator 4.61 that is being distributed with FreeBSD 3.3 is in the older a.out format, and it expects to be able to use the a.out format libg++.so.4.0 file that's located in the /usr/lib/compat/aout/ directory. And it _will_ go ahead and use that *if* you don't happen to have a little something called LD_LIBRARY_PATH defined in your environment (as I formerly did). Once I unset that, Netscap Navigator did start up. Now however it is displaying another whole different sort of problem. Now, when it starts up, it tries (apparently) to read some obscure configuration file somwhere, and whatever file it is reading leaves a _very_ bad taste in its mouth. I get a TON of warning messages like the following: Warning: translation table syntax error: Unknown keysym name: osfPageDown Warning: ... found while parsing ' ~Meta ~Alt ~CtrlosfPageDown: PageDown() ' Warning: translation table syntax error: Unknown keysym name: osfHelp Warning: ... found while parsing ' ~Meta ~Alt ~Ctrl ~ShiftosfHelp: xfeDoCommand(manual) ' Warning: translation table syntax error: Unknown keysym name: osfMenuBar Warning: ... found while parsing '~Meta ~Alt ~Ctrl ~ShiftosfMenuBar: ' Warning: translation table syntax error: Unknown keysym name: osfActivate Warning: ... found while parsing 'osfActivate:ManagerParentActivate()' Warning: translation table syntax error: Unknown keysym name: osfCancel Warning: ... found while parsing 'osfCancel:ManagerParentCancel()' Warning: translation table syntax error: Unknown keysym name: osfSelect Warning: ... found while parsing 'osfSelect:ManagerGadgetSelect()' Warning: translation table syntax error: Unknown keysym name: osfHelp Warning: ... found while parsing 'osfHelp:ManagerGadgetHelp()' Warning: translation table syntax error: Unknown keysym name: osfBeginLine Warning: ... found while parsing 'osfBeginLine:ManagerGadgetTraverseHome()' Warning: translation table syntax error: Unknown keysym name: osfUp Warning: ... found while parsing 'osfUp:ManagerGadgetTraverseUp()' Warning: translation table syntax error: Unknown keysym name: osfDown Warning: ... found while parsing 'osfDown:ManagerGadgetTraverseDown()' Warning: translation table syntax error: Unknown keysym name: osfLeft Warning: ... found while parsing 'osfLeft:ManagerGadgetTraverseLeft()' Warning: translation table syntax error: Unknown keysym name: osfRight Warning: ... found while parsing 'osfRight:ManagerGadgetTraverseRight()' Warning: translation table syntax error: Unknown keysym name: osfHelp Warning: ... found while parsing 'osfHelp:ManagerGadgetHelp()' Warning: translation table syntax error: Unknown keysym name: osfActivate Warning: ... found while parsing 'osfActivate:ManagerParentActivate()' Warning: translation table syntax error: Unknown keysym name: osfCancel Warning: ... found while parsing 'osfCancel:ManagerParentCancel()' Warning: translation table syntax error: Unknown keysym name: osfSelect Warning: ... found while parsing 'osfSelect:ManagerGadgetSelect()' Warning: translation table syntax error: Unknown keysym name: osfActivate Warning: ... found while parsing 'osfActivate:BulletinBoardReturn()' Warning: translation table syntax error: Unknown keysym name: osfCancel Warning: ... found while parsing 'osfCancel:BulletinBoardCancel()' Warning: translation table syntax error: Unknown keysym name: osfActivate Warning: ... found while parsing 'osfActivate:PrimitiveParentActivate()' Warning: translation table syntax error: Unknown keysym name: osfCancel Warning: ... found while parsing 'osfCancel:PrimitiveParentCancel()' Warning: translation table syntax error: Unknown keysym name: osfBeginLine Warning: ... found while parsing 'osfBeginLine:PrimitiveTraverseHome()' Warning: translation table syntax error: Unknown keysym name: osfHelp etc. and on and on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message