[Haskell-cafe] Re: Installing ghc in an OpenSolaris Zone

Christian Maeder Christian.Maeder at dfki.de
Thu Apr 29 03:14:50 EDT 2010


Günther Schmidt schrieb:
> Hello Christin,
> 
>> http://www.haskell.org/ghc/download_ghc_6_10_4.html#x86solaris
>> is supposed to work under open solaris, too.
> 
> it does actually, quite nicely too, in the *global* zone.
> 
> It's just when I try to install it into a separate zone the install fails.

How does it fail? Could you paste your failing message.

> Have you managed to install it into a zone yourself?

What do you mean by "zone"? I managed to install this ghc into an other
location than /usr/local by giving a prefix to configure:

./configure --prefix=~/myghc
gmake install

Surely, ~/myghc/bin should be in (or added to) your PATH then.

HTH Christian

(Please CC me, because I may not see messages in haskell-cafe.)


More information about the Haskell-Cafe mailing list