December 28, 2012 ELF interpreter /libexec/ld-elf.so.1 not found | ||||
---|---|---|---|---|
| ||||
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 |
December 28, 2012 Re: ELF interpreter /libexec/ld-elf.so.1 not found | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tyro[17] | 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. |
Copyright © 1999-2021 by the D Language Foundation