From owner-freebsd-questions@FreeBSD.ORG Fri Oct 24 17:16:50 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 763C31065673 for ; Fri, 24 Oct 2008 17:16:50 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id AD9258FC18 for ; Fri, 24 Oct 2008 17:16:49 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: (qmail 20417 invoked from network); 24 Oct 2008 17:16:48 -0000 Received: from unknown (HELO blizzard.dnsalias.org) (218.215.189.166) by smtp.mel.people.net.au with SMTP; 24 Oct 2008 17:16:48 -0000 Received: by blizzard.dnsalias.org (Postfix, from userid 1001) id AB1C51707A; Sat, 25 Oct 2008 04:16:46 +1100 (EST) Date: Sat, 25 Oct 2008 04:16:46 +1100 From: andrew clarke To: scuba@centroin.com.br Message-ID: <20081024171646.GB21134@ozzmosis.com> References: <200808191405.m7JE56iq010742@lurza.secnetix.de> <20081024135241.H96427@trex.centroin.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081024135241.H96427@trex.centroin.com.br> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-questions@freebsd.org Subject: Re: 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 17:16:50 -0000 On Fri 2008-10-24 14:03:42 UTC-0200, scuba@centroin.com.br (scuba@centroin.com.br) wrote: > 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). I don't run 64-bit FreeBSD but from what I've read elsewhere, you can install 32-bit binary support from your FreeBSD 7.x CD: mount /cdrom cd /cdrom/lib32 sh ./install.sh If you're running 5.x binaries you might also need to install misc/compat5x from the ports tree. I hope this is some help...