Date: Fri, 23 Oct 1998 12:25:58 -0500 From: Edwin Culp <eculp@webwizard.org.mx> To: freebsd-current@FreeBSD.ORG Subject: Re: Netscape 4.5 & ld-linux.so.2? Message-ID: <3630BC26.4049265C@webwizard.org.mx> References: <199810222058.NAA00837@dingo.cdrom.com> <3630A2F7.3F7C7D5E@webwizard.org.mx>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3630BC26.4049265C>