From owner-freebsd-questions Wed Mar 5 19:34:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA07418 for questions-outgoing; Wed, 5 Mar 1997 19:34:18 -0800 (PST) Received: from luke.cpl.net ([206.85.245.131]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA07413 for ; Wed, 5 Mar 1997 19:34:14 -0800 (PST) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.5/8.7.3) with SMTP id TAA02417; Wed, 5 Mar 1997 19:38:31 GMT Date: Wed, 5 Mar 1997 19:38:30 +0000 (GMT) From: Shawn Ramsey To: Ted Cohn cc: freebsd-questions@freebsd.org Subject: Re: More Linux ELF probs w/2.2-GAMMA In-Reply-To: <199703060021.QAA00775@webcrawler.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Hi, > > I installed 2.2-GAMMA and turned on appropriate linux emulation and still canot execute a certain ELF binary from Solid Technology: > > % ./solinst > ELF binary type not known > Abort > > % file ./solinst > ./solinst: ELF 32-bit LSB executable, Intel 80386, version 1 > > % modstat > Type Id Off Loadaddr Size Info Rev Module Name > EXEC 0 4 f441b000 001c f4421010 1 linux_mod > > And I recompiled the kernel with options COMPAT_LINUX and LINUX too... I don't believe you need these. Did you run "linux" before trying to run this? This is what I do you I get the same error on any ELF. You can probably put that in rc.local, but I don't since I rarely use Linux emulation.