Subject: RE: Exec format error on minimal system
To: None <netbsd-help@netbsd.org>
From: Gale, Jeremy <Jeremy.Gale@gdcanada.com>
List: netbsd-help
Date: 08/26/2004 16:07:19
> Ensure you have [usr]/libexec/ld.elf_so

Thanks very much David.

For future reference:

Once I added ld.elf_so it would get past that and go to the next stage. =
I soon realized it was complaining about a large number of binaries =
being missing.

I then had exactly the same problem as this post:
http://mail-index.netbsd.org/netbsd-help/1999/11/01/0002.html

I now realize that all the problems were caused because I was copying =
dynamically linked programs from my working system. The beauty of using =
crunchgen is that it statically links only one copy of the libraries so =
everything will work properly.

Jeremy