Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 1999 15:52:23 -0800 (PST)
From:      dima@best.net (Dima Ruban)
To:        committers@FreeBSD.ORG
Subject:   linux ELF emulation is kinda broken
Message-ID:  <199902152352.PAA75565@burka.rdy.com>

next in thread | raw e-mail | index | archive | help
Hey guys!

After I've updated srcs on my local machine, some linux programs stopped
working.

sivka# ./lmgrd
ELF interpreter /compat/linux/lib/ld-linux.so.1 not found
Abort trap
sivka# strings -a lmgrd | head -5
Linux
/lib/ld-linux.so.1
libc.so.5
strcpy
asctime
sivka# ls -la /compat/linux/lib/ld-linux.so.1
-rwxr-xr-x  2 root  wheel  21367 Oct 25  1996 /compat/linux/lib/ld-linux.so.1
sivka# file lmgrd
lmgrd: ELF 32-bit LSB executable, Intel 80386, version 1 (Linux), dynamically
linked, stripped
sivka#

Am I missing something?

-- dima

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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