From owner-freebsd-hackers Wed Dec 6 06:10:39 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA14233 for hackers-outgoing; Wed, 6 Dec 1995 06:10:39 -0800 (PST) Received: from spot.lodgenet.com (lodgenet.iw.net [204.157.148.88]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA14228 for ; Wed, 6 Dec 1995 06:10:34 -0800 (PST) Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by spot.lodgenet.com (8.6.12/8.6.12) with ESMTP id IAA10006; Wed, 6 Dec 1995 08:10:43 -0600 Received: from localhost (localhost [127.0.0.1]) by jake.lodgenet.com (8.6.12/8.6.12) with SMTP id IAA25559; Wed, 6 Dec 1995 08:46:57 -0600 Message-Id: <199512061446.IAA25559@jake.lodgenet.com> X-Authentication-Warning: jake.lodgenet.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.2 7/18/95 To: "Jordan K. Hubbard" cc: hackers@freebsd.org Subject: Re: Getting linux netscape binary to work? In-reply-to: Your message of "Wed, 06 Dec 1995 02:49:43 PST." <18636.818246983@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 06 Dec 1995 08:46:57 -0600 From: "Eric L. Hernes" Sender: owner-hackers@freebsd.org Precedence: bulk "Jordan K. Hubbard" writes: >Someone (Soren?) posted something recently about how to make the Linux >version of netscape work properly with the 2.1 Linux emulator. Could >you refresh my memory? I searched the mailing list archives but could >only find Brian's question and Eric's answer (which consisted of >moving /etc/host.conf out of the way - not really the answer I was >looking for :-). The New and Improved answer is to set an environment variable to point to the proper host.conf. My netscape shell script looks like: #!/bin/sh export RESOLV_HOST_CONF; RESOLV_HOST_CONF=/compat/linux/etc/host.conf export XKEYSYMDB ; XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB export XNLSPATH ; XNLSPATH=/usr/X11R6/lib/X11/nls export XAPPLRESDIR ; XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults exec /usr/local/lib/netscape/netscape.linux.bin $* and you've gotta put moz2_0.car in /usr/local/netscape/java/classes/ (but you already knew that from the README) Now the biggest problem I see is that my syslog fills up with: Linux-emul(17199): syslog() not supported (BSD sigreturn) > > Jordan eric. -- erich@lodgenet.com erich@rrnet.com