digitalmars.D.learn - ELF interpreter /libexec/ld-elf.so.1 not found
- Tyro[17] (11/11) Dec 28 2012 I am attempting to install DMD on BSD and a running into some issues.
- Adam D. Ruppe (5/5) Dec 28 2012 When I used dmd on bsd, I just recompiled it from source.
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
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