Subject: Re: Can NetBSD 1.1 run a linux ELF binary??
To: Brett Lymn <blymn@awadi.com.AU>
From: Todd C. Miller <Todd.Miller@cs.colorado.edu>
List: netbsd-help
Date: 03/11/1996 09:36:35
In message <199603110426.OAA01810@mallee.awadi>
	so spake  (blymn):

> Now before people start pointing at my config, let me say that I can
> run the Linux {s,x}doom fine on my machine, so I reckon my config is
> ok.  Mind you I did not try too hard to get this working, it was late
> at night and I had a warm bed to go to ;-)

You need elf libs and an ld.so that understands elf (ld-linux.so.*).
I found that ldd won't tell you squat without ld-linux.so.1...
scrap [/usr/emul/linux] % ./usr/bin/ldd usr/games/quake/xquake
        libm.so.5 => /lib/libm.so.5.0.0
        libXext.so.6 => /usr/X386/lib/libXext.so.6.0
        libX11.so.6 => /usr/X386/lib/libX11.so.6.0
        libc.so.5 => /lib/libc.so.5.0.9

 - todd