Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 1998 21:42:56 -0500 (EST)
From:      Wee Teck Ng <weeteck@eecs.umich.edu>
To:        freebsd-questions@FreeBSD.ORG
Subject:   linux emulation under 2.2.8
Message-ID:  <199812290242.VAA09269@dip.eecs.umich.edu>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812290242.VAA09269>