Date: Fri, 24 Oct 2008 14:03:42 -0200 (BRST) From: scuba@centroin.com.br To: freebsd-questions@freebsd.org Subject: Running legacy i386 binaries on a amd64 Message-ID: <20081024135241.H96427@trex.centroin.com.br> In-Reply-To: <200808191405.m7JE56iq010742@lurza.secnetix.de> References: <200808191405.m7JE56iq010742@lurza.secnetix.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081024135241.H96427>