Running 32 bit dynamically linked binaries on AMD64

Scot Hetzel swhetzel at gmail.com
Tue Feb 26 11:38:55 UTC 2008


On Tue, Feb 26, 2008 at 12:10 AM, navneet Upadhyay
<navneet.upadhyay at gmail.com> 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 ?
>
> If yes, how can i install lib32 (From where can i get them) ?
>

There are 2 ways to install lib32:

1. From install CD
    a. Mount install CD
    b. cd /location/of/install/CD/lib32
    c. run install.sh

2. Rebuild FreeBSD/amd64 from sources (make sure WITHOUT_LIB32 is not
defined in /etc/make.conf or /etc/src.conf)

Scot


More information about the freebsd-amd64 mailing list