Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2005 15:57:23 -0600
From:      Scot Hetzel <swhetzel@gmail.com>
To:        Colin Alston <karnaugh@karnaugh.za.net>
Cc:        ports@freebsd.org
Subject:   Re: ghc-6.2.2 broken
Message-ID:  <790a9fff050125135751a834eb@mail.gmail.com>
In-Reply-To: <41F3A981.1060209@karnaugh.za.net>
References:  <41F3A981.1060209@karnaugh.za.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 23 Jan 2005 15:41:21 +0200, Colin Alston
<karnaugh@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff050125135751a834eb>