From owner-freebsd-questions Mon Dec 28 18:43:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA02654 for freebsd-questions-outgoing; Mon, 28 Dec 1998 18:43:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dip.eecs.umich.edu (dip.eecs.umich.edu [141.212.99.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA02649 for ; Mon, 28 Dec 1998 18:43:17 -0800 (PST) (envelope-from weeteck@eecs.umich.edu) Received: (from weeteck@localhost) by dip.eecs.umich.edu (8.9.1/8.9.0) id VAA09269; Mon, 28 Dec 1998 21:42:57 -0500 (EST) From: Wee Teck Ng Message-Id: <199812290242.VAA09269@dip.eecs.umich.edu> Subject: linux emulation under 2.2.8 To: freebsd-questions@FreeBSD.ORG Date: Mon, 28 Dec 1998 21:42:56 -0500 (EST) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i recently installed linux emulator in FreeBSD 2.2.8, and encountered the following error msg when running any linux program: % linux_date pid 356 (linux_date), uid 0: exited on signal 11 (core dumped) ldd also doesn't seems to work: % /compat/linux/usr/bin/ldd /compat/linux/bin/bash /compat/linux/usr/bin/ldd: /lib/ld-linux.so.2: not found not a dynamic executable this is strange as ld-linux.so.2 exists %ls -l /compat/linux/lib/ld-linux.so.2 -rwxr-xr-x 1 root wheel 158747 Oct 24 05:59 /compat/linux/lib/ld-linux.so.2 i install the linux emulator by doing make all in the port directory, and did not modify any linux config files (eg ld.so.conf) % cd /usr/ports/emulator/linux_lib % make all install % modstat Type Id Off Loadaddr Size Info Rev Module Name EXEC 0 4 f568b000 0020 f5692010 1 linux_mod any help will be appreciated! wee teck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message