From owner-freebsd-amd64@FreeBSD.ORG Tue Feb 26 11:37:14 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 671E71065765 for ; Tue, 26 Feb 2008 11:37:14 +0000 (UTC) (envelope-from navneet.upadhyay@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.187]) by mx1.freebsd.org (Postfix) with ESMTP id B3207143E5D for ; Tue, 26 Feb 2008 11:19:23 +0000 (UTC) (envelope-from navneet.upadhyay@gmail.com) Received: by gv-out-0910.google.com with SMTP id n40so813663gve.39 for ; Tue, 26 Feb 2008 03:19:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=IV2eewn+LZILj4wyP4x1qNigC07nm9X+r4cfDRRH8S8=; b=EdhQTyknpeBWU073bS+uOpnwBSHf6lQn1ibdPOLM0xpy0xyKFEX3iJKFB6+lqT29LF9SVLRdImMnjZb6cEFwHcNLHNeDQ198kl/hciIuUa1Ey3KIE5+NEr95m4RSkiQGtEgJM92F9n7iUTgeKzqIDZDj/3dnQ7D6VhGGLTwnGcs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=S1jeQ2kp6sNX6mOR7fsnB0pD1wrRrv97kuo4bIBosQyPjKuFjAw4v2AE8wnVij6XlDdhz40NJbVZ4R2cBEDIc4iaDctH3nPkg0h3cGPRBj1H/Xxa+jTdSzH2Kdkaqsf5gyIAuAiIpvV8sPHrvcJ3BMwPayrLHmlsP/poYsiKNfA= Received: by 10.151.109.11 with SMTP id l11mr1586274ybm.171.1204024761281; Tue, 26 Feb 2008 03:19:21 -0800 (PST) Received: by 10.150.185.7 with HTTP; Tue, 26 Feb 2008 03:19:21 -0800 (PST) Message-ID: <1563a4fd0802260319n5bafd026sbdfbc3eba8254c5e@mail.gmail.com> Date: Tue, 26 Feb 2008 16:49:21 +0530 From: "navneet Upadhyay" To: "Pete French" In-Reply-To: MIME-Version: 1.0 References: <1563a4fd0802252210q75f903xad4da9b726b3ab50@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-amd64@freebsd.org 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:37:19 -0000 if u do a file on that you will find it is amd64 bit , we need 32 bit one installed. On 2/26/08, Pete French wrote: > > > 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. >