Subject: Re: Linux compatibility...ELF?
To: Lou Ruppert <lruppert@groomlake.npac.syr.edu>
From: Frank van der Linden <frank@fwi.uva.nl>
List: port-i386
Date: 09/26/1995 21:02:52
Quoting Lou Ruppert,

> Does the Linux compatibility mode support ELF binaries?  I've been wanting
> to test the emerging Linux port of Java, but I can't get the binary to run
> on my -current machine because it tells me 

> java: Exec format error. Wrong Architecture.

My guess is that you probably don't have the Linux ELF dynamic loader
installed in the right place, so the ELF exec code doesn't find it
and returns ENOEXEC. Make sure you have the right loader & shared
libraries set up under /emul/linux. I'm not sure what the 'official'
place for the ELF loader and libs is under Linux today. /lib/elf probably.

- Frank

P.S. Is that Java binary for ftp somewhere?