ghc-6.2.2 broken

Scot Hetzel swhetzel at gmail.com
Tue Jan 25 13:57:32 PST 2005


On Sun, 23 Jan 2005 15:41:21 +0200, Colin Alston
<karnaugh at karnaugh.za.net> wrote:
> Hi
> 
> I'd just like to recommend the HIER man page to whoever is responsible
> for this port.
> 
> <snip>
> /usr/ports/lang/ghc/work/ghc-6.2.2-boot/bin/i386-unknown-freebsd/ghc-6.2.2
> -M -optdep-f -optdep.depend  -osuf o    -H16m -O HaskTags.hs
> ELF interpreter /libexec/ld-elf.so.1 not found
> </snip>
> 
> Now why on earth would I have /libexec on my FreeBSD system?
> 
You didn't specify which version of FreeBSD, but I suspect you have 5.3.

FreeBSD 5.3 has most of the binaries installed dynamic.  With this
requires that ld-elf.so.1 is installed under /libexec instead of
/usr/libexec (because /usr may not be mounted).

Scot


More information about the freebsd-ports mailing list