From owner-freebsd-questions Sun Jan 7 22:25:46 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16318 for questions-outgoing; Sun, 7 Jan 1996 22:25:46 -0800 (PST) Received: from hornet.netac.co.za (hornet.netac.co.za [196.3.237.162]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA16308 for ; Sun, 7 Jan 1996 22:25:01 -0800 (PST) Received: (from tony@localhost) by hornet.netac.co.za (8.6.12/8.6.12) id IAA07632 for freebsd-questions@freebsd.org; Mon, 8 Jan 1996 08:26:32 +0200 From: Tony Harverson Message-Id: <199601080626.IAA07632@hornet.netac.co.za> Subject: Linux_Emu To: freebsd-questions@freebsd.org Date: Mon, 8 Jan 1996 08:26:32 +0200 (SAT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk Hiya, Sorry to post *another* query on this, but searching the archives on www seems to yeild nothing to help me at this point in time... I've got the linux emu module loaded into my kernel : Type Id Off Loadaddr Size Info Rev Module Name MISC 0 0 f0e7f000 0020 f0e86000 1 ibcs2_mod EXEC 1 3 f0e8a000 0008 f0e8b000 1 ibcs2_coff_mod DEV 2 33 f0e8c000 0010 f0e8f02c 1 socksys_mod EXEC 3 4 f0f42000 0018 f0f47000 1 linux_emulator yet, when I try to run any linux binary (even the copy of ld.so supplied with the linux libs) I get this : hornet:/compat/linux/lib[17] ./ld.so ./ld.so: Exec format error. Wrong Architecture. hornet:/compat/linux/lib[18] Is there something I should be running beforehand ? some command to start it up ? Thanks in advance. Tony