www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - ELF interpreter /libexec/ld-elf.so.1 not found

reply "Tyro[17]" <nospam home.com> writes:
I am attempting to install DMD on BSD and a running into some issues.

The first issue is that there is no dmd.conf file bundled in 
freebsd/bin32. I mirrored the content of /osx/bin/dmd.conf but am not 
sure if there is anything unique to FREEBSD or some other BSD flavor 
that needs to be in this file.

The other problem is that I keep getting the error:

	ELF interpreter /libexec/ld-elf.so.1 not found

on my system this files is actually in /usr/libexec/ld-elf.so.1.
What do I need to configure so that DMD will find it?

Thanks in advance.

Andrew
Dec 28 2012
parent "Adam D. Ruppe" <destructionator gmail.com> writes:
When I used dmd on bsd, I just recompiled it from source.

cd dmd2/src/dmd
make -f posix.mak
cp dmd ../../freebsd/bin32

and then you can use it from in there.
Dec 28 2012