From owner-freebsd-amd64@FreeBSD.ORG Tue Feb 26 11:47:34 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 330D010656D9 for ; Tue, 26 Feb 2008 11:47:34 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from angel.ticketswitch.com (angel.ticketswitch.com [IPv6:2002:57e0:1d4e::1]) by mx1.freebsd.org (Postfix) with ESMTP id 80DBE13F68B for ; Tue, 26 Feb 2008 11:11:40 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from [10.50.50.2] (helo=smaug.rattatosk) by angel.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JTxil-000MMz-Dv; Tue, 26 Feb 2008 11:11:39 +0000 Received: from dilbert.rattatosk ([10.50.50.6] helo=dilbert.ticketswitch.com) by smaug.rattatosk with esmtp (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JTxil-0001n0-Bq; Tue, 26 Feb 2008 11:11:39 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JTxil-0005tn-BD; Tue, 26 Feb 2008 11:11:39 +0000 To: freebsd-amd64@freebsd.org, navneet.upadhyay@gmail.com In-Reply-To: <1563a4fd0802252210q75f903xad4da9b726b3ab50@mail.gmail.com> Message-Id: From: Pete French Date: Tue, 26 Feb 2008 11:11:39 +0000 Cc: Subject: Re: Running 32 bit dynamically linked binaries on 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, 26 Feb 2008 11:47:36 -0000 > Hi, > I am trying to run 32 bit dynamically linked binaries on AMD64 . I > get an error : > > "*ELF interpreter /libexec/ld-elf32.so.1 not found*" > > I think i would have to install lib32 on AMD64 , Is that right ? I just took a look on my amd64 system and these files are alreadys installed in /libexec - you shouldnt have to install them. have you tried with 'ls' to make sure the file is actually missing ? -pete.