From owner-freebsd-questions Mon Apr 13 09:48:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03202 for freebsd-questions-outgoing; Mon, 13 Apr 1998 09:48:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailgw01.execpc.com (mailgw01.execpc.com [169.207.16.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03194 for ; Mon, 13 Apr 1998 16:48:06 GMT (envelope-from fpawlak@execpc.com) Received: from darkstar.connect.com (calamari-36.mdm.mke.execpc.com [169.207.76.38]) by mailgw01.execpc.com (8.8.8) id QAA12486; Mon, 13 Apr 1998 16:48:03 GMT Received: from darkstar.connect.com (localhost [127.0.0.1]) by darkstar.connect.com (8.8.8/8.8.8) with ESMTP id LAA01213; Mon, 13 Apr 1998 11:47:57 -0500 (CDT) Message-Id: <199804131647.LAA01213@darkstar.connect.com> Date: Mon, 13 Apr 1998 11:47:55 -0500 (CDT) From: Frank Pawlak Subject: Re: running linux binaries under freebsd 2.2.x To: kyle@mobley.org cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <000701bd66c4$25369840$895a3fd1@freebsd.mobley.org> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 13 Apr, Kyle Mobley wrote: > Hello all, > > I'm trying to get a linux ftpd to run under freebsd 2.2.5 right now. I set linux_enable="YES" in /etc/rc.conf and loaded linux support just fine. but I still can't run the linux binary, ELF not supported. > > Is there any chance i can get this binary running some other way or am I pretty much screwed? > > btw I will be upgrading to FreeBSD 2.2.6. CD is on order :-) > > Please let me know asap. > > thanks, > > -Kyle Mobley Try building linux support into your kernel by putting the following into your kernel config file: options COMPAT_LINUX And then re-compile the kernel, reboot and run the Linux app. Frank -- ----------------------------- "At no time is freedom of speech more precious then when a man hits his thumb with a hammer." -- Marshall Lumsden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message