Running 32 bit dynamically linked binaries on AMD64

Scot Hetzel swhetzel at gmail.com
Tue Feb 26 11:45:58 UTC 2008


> On 2/26/08, Pete French <petefrench at ticketswitch.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 ?
> >
> > I just took a look on my amd64 system and these files are alreadys
> > installed in /libexec - you shouldnt have to install them. have
> > you tried with 'ls' to make sure the file is actually missing ?
> >
On Tue, Feb 26, 2008 at 5:19 AM, navneet Upadhyay
<navneet.upadhyay at gmail.com> wrote:
> if u do a file on that you will find it is amd64 bit , we need 32 bit one
> installed.
>
Did someone copy ld-elf.so.1 to ld-elf32.so.1 on your system in an
attempt to get your 32bit binary to run?

Do a md5sum on both ld-elf*.so.1 files and see if they are the same.

Scot


More information about the freebsd-amd64 mailing list