From owner-freebsd-amd64@FreeBSD.ORG Tue Aug 16 20:19:55 2005 Return-Path: X-Original-To: amd64@freebsd.org 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 D857016A41F for ; Tue, 16 Aug 2005 20:19:55 +0000 (GMT) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE2743D46 for ; Tue, 16 Aug 2005 20:19:53 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 49DA5B812 for ; Tue, 16 Aug 2005 16:19:52 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v733) In-Reply-To: <43024608.5040606@t-hosting.hu> References: <43024608.5040606@t-hosting.hu> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <21246C71-387C-4966-B999-5696D50E90A3@khera.org> Content-Transfer-Encoding: quoted-printable From: Vivek Khera Date: Tue, 16 Aug 2005 16:19:51 -0400 To: amd64@freebsd.org X-Mailer: Apple Mail (2.733) Cc: Subject: Re: i386 compatibility under amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:19:56 -0000 On Aug 16, 2005, at 4:01 PM, K=F6vesd=E1n G=E1bor wrote: > Hello, > > If I try to run an i386 binary uner amd64 I get this: > > ELF interpreter /libexec/ld-elf32.so.1 not found > Abort trap > > I have options COMPAT_IA32 in my kernel config file but I don't =20 > know what should I do besides this. The CD install doens't inclide that file. You need to install via =20 source build to get it.