From owner-freebsd-questions Mon Mar 18 06:38:33 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA24704 for questions-outgoing; Mon, 18 Mar 1996 06:38:33 -0800 (PST) Received: from birk04.studby.uio.no (birk04.studby.uio.no [129.240.214.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id GAA24698 for ; Mon, 18 Mar 1996 06:38:30 -0800 (PST) Received: (from aagero@localhost) by birk04.studby.uio.no (8.7.4/8.6.12) id OAA01229; Mon, 18 Mar 1996 14:07:18 +0100 (MET) Date: Mon, 18 Mar 1996 14:07:18 +0100 (MET) Message-Id: <199603181307.OAA01229@birk04.studby.uio.no> From: "Åge Røbekk" To: msmith@atrad.adelaide.edu.au CC: freebsd-questions@FreeBSD.ORG In-reply-to: <199603180408.OAA23244@genesis.atrad.adelaide.edu.au> (message from Michael Smith on Mon, 18 Mar 1996 14:38:46 +1030 (CST)) Subject: Re: statically linked linux ELF binaries MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [=C5ge R=F8bekk] | > In -current, I've noticed that statically linked linux ELF binaries | > get executed even though the linux binary loader is not installed. I [Mike Smith] | In -current, there is no linux binary loader any more. If you have the | linux LKM loaded, attempts to run a.out binaries will fail. The problem is that statically linked Linux ELF binaries does not get executed as linux binaries. -aage