From owner-freebsd-questions Wed Mar 27 01:54:28 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA12774 for questions-outgoing; Wed, 27 Mar 1996 01:54:28 -0800 (PST) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA12665 for ; Wed, 27 Mar 1996 01:52:32 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id KAA24156; Wed, 27 Mar 1996 10:49:59 +0100 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id KAA16915; Wed, 27 Mar 1996 10:56:54 +0100 From: "Christoph P. Kukulies" Message-Id: <199603270956.KAA16915@gilberto.physik.rwth-aachen.de> Subject: Re: your mail To: didier@omnix.fr.org Date: Wed, 27 Mar 1996 10:56:53 +0100 (MET) Cc: freebsd-questions@freefall.FreeBSD.org (user alias) In-Reply-To: from "didier@omnix.fr.org" at Mar 27, 96 09:28:58 am Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4 PL25 ME8b] 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 [moved from -hackers to -questions] > > > > is there an HOWTO file that explains the installation steps of netscape > for linux. I appended what I saved recently under 'netscape.howto' > > I installed the emulator, netscape start but is not able to find > any addess. the problem seems to be related to the DNS or one of > the configuration file (resolv.conf or host.conf) > > > Thanks for your help > > > -- > Didier Derny | Omnix 8 Rue Saint Augustin 75002 Paris, France > | tel: (33 1) 42 60 64 00 > didier@omnix.fr.org | FreeBSD 2.1-STABLE site. (Microsoft Free!) > > > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de |From owner-freebsd-questions@freefall.freebsd.org Fri Mar 1 17:16:27 1996 |Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [192.216.222.4]) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) with ESMTP id RAA08885; Fri, 1 Mar 1996 17:09:33 +0100 |Received: from localhost (daemon@localhost) | by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA17896 | Fri, 1 Mar 1996 07:11:47 -0800 (PST) |Received: (from root@localhost) | by freefall.freebsd.org (8.7.3/8.7.3) id HAA17878 | for questions-outgoing; Fri, 1 Mar 1996 07:11:42 -0800 (PST) |Received: (from jmb@localhost) | by freefall.freebsd.org (8.7.3/8.7.3) id HAA17866 | Fri, 1 Mar 1996 07:11:39 -0800 (PST) |From: "Jonathan M. Bresler" |Message-Id: <199603011511.HAA17866@freefall.freebsd.org> |Subject: Re: which netscape supports java? |To: robert@steffi.mnsinc.com |Date: Fri, 1 Mar 1996 07:11:39 -0800 (PST) |Cc: questions@freebsd.org |In-Reply-To: <199603010502.AAA00266@steffi.dgs.com> from "Robert Nicholson" at Mar 1, 96 00:02:48 am |X-Mailer: ELM [version 2.4 PL24] |Content-Type: text |Sender: owner-questions@freebsd.org |Precedence: bulk |Status: RO | |Robert Nicholson wrote: |> |> Hi, I've tried 2.0 with Linux compat etc and it crashes when you go to |> Netscapes homepage... |> |> So can somebody tell me if they've got a current version working with java? | | here are the steps that i took this morning to get netscape | with java working through linux emulation. | |0. run X in either 8 bit (or 24 bit or 32 bit ???) mode |1. create /compat/linux/etc and /compat/linux/etc/lib |2. create /compat/linux/etc/host.conf containing: | "order hosts, bind" |3. get the package linux_lib-1.0.tgz from ftp.freebsd.org | or the 2.10R install cdrom (/packages/All/linux_lib-1.0.tgz) |4. install the package (pkg_add -v linux_lib-1.0.tgz) |5. load the linux emulator (modload -e linux_init /lkm/linux_mod.o) |6. get the linux version of netscape |7. install it carefully (some parts are) | /usr/local/netscape/java/classes/moz2_0.zip | /usr/X11R6/lib/X11/XKeysymDB | /usr/X11R6/lib/X11/nls/{C,nls.dir} |8. you may get a very large number of console messages | "syslog() not supported (BSD sigreturn)" | | to get rid of these you must | unload the linux emulator (modunload, use modstat to get the id) | edit /sys/i386/linux/linux_dummy.c | comment out the printf on line 195 | recompile /lkm/linux_mod.o | load the new emulator (5. above) | |