From owner-freebsd-questions Tue Apr 27 9:23:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from narkis.wisdom.weizmann.ac.il (narkis.wisdom.weizmann.ac.il [132.76.80.32]) by hub.freebsd.org (Postfix) with ESMTP id 0EE1714F7D for ; Tue, 27 Apr 1999 09:23:33 -0700 (PDT) (envelope-from green@wisdom.weizmann.ac.il) Received: from winter.wisdom.weizmann.ac.il (winter.wisdom.weizmann.ac.il [132.76.80.16]) by narkis.wisdom.weizmann.ac.il (8.9.1a/8.9.1) with ESMTP id TAA05551 for ; Tue, 27 Apr 1999 19:23:26 +0300 (IDT) Received: from winter (localhost [127.0.0.1]) by winter.wisdom.weizmann.ac.il (8.6.5/8.6.5) with SMTP id TAA13355 for ; Tue, 27 Apr 1999 19:23:24 +0300 Message-ID: <3725E47C.21D@wisdom.weizmann.ac.il> Date: Tue, 27 Apr 1999 19:23:24 +0300 From: Greenstein Jacob X-Mailer: Mozilla 3.01Gold (X11; I; SunOS 5.5.1 sun4u) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Problems with Linux emulation on 3.1-RELEASE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear all, I have encountered the following problem. If I try to run Netscape 4.08 for Linux on FreeBSD the ELF interpreter fails with the following diagnostics /compat/linux/lib/ld-linux.so.1 not found Abort trap Needless to say that I have previously verified that the corresponding file exists and is both readable and executable (of course, I loaded the corresponding lkm before trying to do anything :-)). Besides, the only ELF binaries from /compat/linux tree which do not fail to start are those linked statically (like ldconfig and bash). Even ldd from that tree fails though it is looking for ld-linux.so.2. That behaviour is not affected by my attempts to configure ld.so (for Linux) by running ldconfig (as far as I understand, the libraries under /compat/linux/lib are supposed to be found without even that). I have linux_lib.2.6 installed on my system. Thank you in advance, Jacob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message