From owner-freebsd-amd64@FreeBSD.ORG Fri Oct 15 16:59:42 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FC2216A4CE for ; Fri, 15 Oct 2004 16:59:42 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA41743D46 for ; Fri, 15 Oct 2004 16:59:41 +0000 (GMT) (envelope-from gofda-freebsd-amd64@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CIVQb-00058e-00 for ; Fri, 15 Oct 2004 18:59:41 +0200 Received: from 231.98.121.148.in-addr.arpa ([148.121.98.231]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2004 18:59:41 +0200 Received: from solskogen by 231.98.121.148.in-addr.arpa with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2004 18:59:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-amd64@freebsd.org From: Christer Solskogen Date: Fri, 15 Oct 2004 18:59:37 +0200 Lines: 17 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 231.98.121.148.in-addr.arpa User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en Sender: news Subject: linux_base X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 16:59:42 -0000 Should it be possible to install linux_base now? I got this in my kernel file. Recompiled and nice. options LINPROCFS options COMPAT_43 options COMPAT_LINUX32 But I do get this error when installing the port. ELF binary type "0" not known Cause, if I install linuxcompat the way told in http://people.freebsd.org/~tjr/linux32.html, installing ports still would complain about missing linux_base, wouldnt it? -- cso