From owner-freebsd-stable Thu Nov 1 13:32:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from ratogi.arc.nasa.gov (ratogi.arc.nasa.gov [128.102.196.187]) by hub.freebsd.org (Postfix) with ESMTP id 68DF237B403; Thu, 1 Nov 2001 13:32:04 -0800 (PST) Received: from localhost (ratogi@localhost) by ratogi.arc.nasa.gov (8.11.6/8.11.6) with ESMTP id fA1LVaH76493; Thu, 1 Nov 2001 13:31:37 -0800 (PST) (envelope-from ratogi@soe.ucsc.edu) X-Authentication-Warning: ratogi.arc.nasa.gov: ratogi owned process doing -bs Date: Thu, 1 Nov 2001 13:31:36 -0800 (PST) From: Ray Gilstrap X-X-Sender: ratogi@ratogi.arc.nasa.gov To: Doug Barton Cc: freebsd-stable@FreeBSD.ORG, Subject: Re: latest -stable kernel + linux_base-7 = no netscape In-Reply-To: <20011031181747.N470-100000@zoot.corp.yahoo.com> Message-ID: <20011101114816.Y75960-100000@ratogi.arc.nasa.gov> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I ran into the same syscall/name resolution problems, which didn't go away even after I downgraded back to linux_base-6.1. Not having much time to look for the actual source of the problems, I just went for a low-tech quick fix: copying the /compat/linux tree over from an identical (working) system running linux_base-6.1. That seems to have fixed things for me, but since I want to run StarOffice 6.0 at some point, I'd also like to find out what's wrong with linux_base-7. (I'm guessing that the kenel Linux emulation is not part of the problem.) ~r On Wed, 31 Oct 2001, Doug Barton wrote: : I just upgraded my -stable, deleted my old linux_base port, and installed : linux_base-7. When I try to start linux communicator 4.78, I get the : following errors: : : linux: syscall fstat64 is obsoleted or not implemented (pid=440) : linux: syscall fstat64 is obsoleted or not implemented (pid=481) : : /usr/local/lib/netscape-linux/communicator-linux-4.78.bin: error while : loading shared libraries: libstdc++-libc6.1-1.so.2: cannot load shared : object file: No such file or directory : : I took a look on an existing linux_base install and that library name is a : symlink to libstdc++-2-libc6.1-1-2.9.0.so. So, I took a shot and linked : libstdc++-3-libc6.2-2-2.10.0.so in /compat/linux/usr/lib. Now netscape : starts, but I get: : : linux: syscall fstat64 is obsoleted or not implemented (pid=495) : linux: syscall setup is obsoleted or not implemented (pid=495) : linux: syscall setup is obsoleted or not implemented (pid=495) : linux: syscall fstat64 is obsoleted or not implemented (pid=495) : linux: syscall ugetrlimit is obsoleted or not implemented (pid=505) : linux: syscall setup is obsoleted or not implemented (pid=495) : : and netscape can't resolve any hostnames. : : I thought I was up to date on what's happening with this, but : obviously I'm not. Either that, or something is really really wrong with : linux_base-7. : : Any suggestions? : : Doug : : : : To Unsubscribe: send mail to majordomo@FreeBSD.org : with "unsubscribe freebsd-stable" in the body of the message : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message