From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 18 08:53:55 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1BCF16A4D2; Mon, 18 Oct 2004 08:53:55 +0000 (GMT) Received: from ares.wolfpond.org (ns1.wolfpond.org [62.212.96.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8AD743D41; Mon, 18 Oct 2004 08:53:53 +0000 (GMT) (envelope-from ftigeot@wolfpond.org) Received: from aoi.wolfpond.org (aoi.wolfpond.org [IPv6:2001:7a8:24db:1:20c:76ff:feb4:27e1]) by ares.wolfpond.org (8.13.1/8.13.1) with ESMTP id i9I8rpRP082622; Mon, 18 Oct 2004 10:53:51 +0200 (CEST) (envelope-from ftigeot@aoi.wolfpond.org) Received: from aoi.wolfpond.org (localhost [127.0.0.1]) by aoi.wolfpond.org (8.13.1/8.13.1) with ESMTP id i9I8rsre013601; Mon, 18 Oct 2004 10:53:54 +0200 (CEST) (envelope-from ftigeot@aoi.wolfpond.org) Received: (from ftigeot@localhost) by aoi.wolfpond.org (8.13.1/8.13.1/Submit) id i9I8rsTu013600; Mon, 18 Oct 2004 10:53:54 +0200 (CEST) (envelope-from ftigeot) Date: Mon, 18 Oct 2004 10:53:54 +0200 From: Francois Tigeot To: anthony ry Message-ID: <20041018085354.GA292@aoi.wolfpond.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-emulation@freebsd.org cc: freebsd-amd64@freebsd.org Subject: Re: Linux_base X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 08:53:55 -0000 On Mon, Oct 18, 2004 at 04:22:28AM -0400, anthony ry wrote: > > I saw your post regarding linux_base. I am attempting to install it on > 5.1.2 and getting an error: I assume you mean 5.2.1/amd64. > ===> Installing for linux_base-7.1_7 > Linux mode is not enabled. > Loading linux kernel module now... > kldload: can't load linux: No such file or directory > The linux kernel module could not be loaded. > Please enable linux mode manually and retry. > *** Error code 1 > > I have not added the KERNEL additions: > >options LINPROCFS > >options COMPAT_43 > >options COMPAT_LINUX32 > > Are those required in order to get linux_base installed? I do have linux > enabled via rc.conf. Yes, they are needed. AFAIK 5.2.x doesn't support kernel modules. > Any help would be appreciated. > > Also, Im getting an error in attempt to run an application. I believe this > error is only because linux_base isnt working yet, but wanted to see if you > had any ideas: > [box@box] > ./program.bin > ELF interpreter /compat/ia32/usr/libexec/ld-elf.so.1 not found > Abort trap I'm not sure for this one. There is a possibility the binary is a FreeBSD/i386 one. Anyway, you should be better off upgrading to the latest 5.3 beta and posting directly to the mailing-lists in Cc. There are more knowledgeable people than me lurking there. -- Francois Tigeot