From owner-freebsd-current Fri Oct 23 10:27:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22450 for freebsd-current-outgoing; Fri, 23 Oct 1998 10:27:37 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dns.webwizard.net.mx (dns.webwizard.com.mx [148.245.50.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA22436 for ; Fri, 23 Oct 1998 10:27:12 -0700 (PDT) (envelope-from eculp@webwizard.org.mx) Received: from webwizard.org.mx (dns.webwizard.com.mx [148.245.50.27]) by dns.webwizard.net.mx (8.9.1/8.9.1) with ESMTP id MAA25952 for ; Fri, 23 Oct 1998 12:25:58 -0500 (CDT) (envelope-from eculp@webwizard.org.mx) Message-ID: <3630BC26.4049265C@webwizard.org.mx> Date: Fri, 23 Oct 1998 12:25:58 -0500 From: Edwin Culp X-Mailer: Mozilla 4.5b2 [en] (X11; I; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@FreeBSD.ORG Subject: Re: Netscape 4.5 & ld-linux.so.2? References: <199810222058.NAA00837@dingo.cdrom.com> <3630A2F7.3F7C7D5E@webwizard.org.mx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Edwin Culp wrote: > Mike Smith wrote: > > > > When I make netscape 4.5 from the ports collection (or just > > > downloading the it from netscape's web site), I get the following when > > > I try to run: > > > > > > % netscape > > > ELF interpreter /compat/linux/lib/ld-linux.so.2 not found > > > zsh: abort netscape > > > > > > /compat/linux/lib contains a ld-linux.so.1, and a ld-linux.so.1.7.14, > > > but no .2 version. Where does the missing version come from? > > > > > > This is on a -current from a few days ago. > > > > The linux_lib port hasn't been upgraded for glibc binaries yet. > > > > Is anyone running this with an elf kernel? I have my doubts as how to load > the linux_mod.o, that is if it is possible. > > Can an LKM be loaded from the new boot.config? > > Thanks > > ed > Muy current status. Thanks to Zach Heilig from the multimedia list who gave me these tips. > [ make sure your system is post-3.0 release ] > # cd /sys/modules > # make obj > # make depend > # make > # make install > # kldload /modules/linux.ko > [ I don't think modules are built by default ] Exellent information, Zach. Thanks a lot. Everything built fine the module seemed to load (acording to kldstat ), so we are advancing. Netscape first doesn't find ELF interpreter /lib/ld-linux.so.1 not found and NOT ?? ELF interpreter /compat/linux/lib/ld-linux.so.2 not found as in the above example. I did a ln -s /usr/compat/linux/lib /lib and it tried to run but I got a Memory fault (core dumped) Back to the old drawing board :-), but this time with a pocket full of kld modules, Thanks a lot. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message