From owner-freebsd-questions@FreeBSD.ORG Fri Oct 24 16:03:25 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 295B2106566C for ; Fri, 24 Oct 2008 16:03:25 +0000 (UTC) (envelope-from scuba@centroin.com.br) Received: from raptor.centroin.com (asmtp.centroin.com [64.251.27.169]) by mx1.freebsd.org (Postfix) with ESMTP id E70498FC35 for ; Fri, 24 Oct 2008 16:03:24 +0000 (UTC) (envelope-from scuba@centroin.com.br) Received: from trex.centroin.com.br (trex.centroin.com.br [200.225.63.134]) (authenticated bits=0) by raptor.centroin.com (8.14.3/8.13.8/CIP SMTP HOST) with ESMTP id m9OG5Kbb016244 for ; Fri, 24 Oct 2008 14:05:23 -0200 (BRST) (envelope-from scuba@centroin.com.br) Date: Fri, 24 Oct 2008 14:03:42 -0200 (BRST) From: scuba@centroin.com.br Sender: mpsouza@trex.centroin.com.br To: freebsd-questions@freebsd.org In-Reply-To: <200808191405.m7JE56iq010742@lurza.secnetix.de> Message-ID: <20081024135241.H96427@trex.centroin.com.br> References: <200808191405.m7JE56iq010742@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Running legacy i386 binaries on a amd64 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: Fri, 24 Oct 2008 16:03:25 -0000 Hi all, I have a fresh install of FBSD 7 amd64, and I want to run some legacy binaries from my old box (Fbsd 5.x i386). Searching the archives, I found this message: On Tue, 19 Aug 2008, Oliver Fromme wrote: |Christopher Joyner wrote: | > Is there some way of doing that? Running i386 software on amd64 machine? | |Yes. FreeBSD/amd64 contains a compatibility facility |for i386 binaries. It should just work out of the box, |unless disabled explicitly. When I try to run the binaries, the following error message is displayed: ELF interpreter /libexec/ld-elf32.so.1 not found Abort I found the following tip to install 32bits libraries: cd /usr/src make build32 make install32 ldconfig -32 /usr/lib32 Is that enough? Thank you, - Marcelo