Subject: Re: Linux ELF emulation questions
To: Allan Strand <astrand@trillium.NMSU.Edu>
From: Frank van der Linden <frank@wins.uva.nl>
List: netbsd-help
Date: 05/14/1997 23:47:09
Quoting Allan Strand,

> a.out binaries seem to work (for example, an old version of 'xv')
> So far, all of the ELF binaries give the

In your case, there are two probable causes:

	1. You do not have the dynamic loader installed, or not in the
	   right place (i.e. /emul/linux/lib/ld-linux.so.1)
	2. Your Linux ELF executables are of the type that have one
	   shared section for data and text. Plain 1.2 chokes on this,
	   but it's fixed in 1.2.1 (and -current of course)

- Frank