From owner-freebsd-questions@FreeBSD.ORG Tue Feb 26 11:55:53 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFE6410658EB for ; Tue, 26 Feb 2008 11:55:53 +0000 (UTC) (envelope-from navneet.upadhyay@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.179]) by mx1.freebsd.org (Postfix) with ESMTP id 5B07213CD52 for ; Tue, 26 Feb 2008 08:28:33 +0000 (UTC) (envelope-from navneet.upadhyay@gmail.com) Received: by el-out-1112.google.com with SMTP id r27so1772050ele.3 for ; Tue, 26 Feb 2008 00:28:32 -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:mime-version:content-type; bh=vrsUngKJlOvK7Hqp0TkGUC3+svVwJuqIYaMWE2+92h4=; b=ezYtM6DMHlOURCRBYgJfk+9qzkqWRez9jCLxIJH9M2AZJfitU1dQAolxLypdNKuzONfGpzhUSc7TnCBB/2P3kZ3yKCdm6miaE8BgUy29Wvw8GOiQj7eXbNHI0u9NMba0317BeqM0TBHBAdZzig/Nno9Kyb9V5OoCqZGPb5i680U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=bjE9cLUXVbGu8NOuSahcY+kprLLe9Sp5UVc49oitzBEtXLYodFQvDNc9bafQIlSTexFZndSBZ+2izcEl90NEWjhQb6PYRXaJJ0Kwht65E/8KftTsw+iknL7TxUvJXPaEP5sMkROmnSlcy2KuUiwhnuPpmj2Y0P9ii9tQMgCeR0Q= Received: by 10.151.83.12 with SMTP id k12mr1527768ybl.7.1204014512614; Tue, 26 Feb 2008 00:28:32 -0800 (PST) Received: by 10.150.185.7 with HTTP; Tue, 26 Feb 2008 00:28:32 -0800 (PST) Message-ID: <1563a4fd0802260028j37d40e38uc7b9c25ae7ebdac2@mail.gmail.com> Date: Tue, 26 Feb 2008 13:58:32 +0530 From: "navneet Upadhyay" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How to run 32 bit FreeBSD compiled apps on 64 bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 11:55:54 -0000 I have a simple program say "Hello world" , i have compiled it on 32 bit FreeBSD and it dynamically links to libraries(I cannot make it statically linked due to some requirements), now when i run it on AMD64 i get ELF "interpreter /libexec/ld-elf32.so.1 not found". How to fix it, i searched and found out i shud install lib32 on my 64 bit machine. How to install lib32's and from where ?? Thanks, Navneet