> I have tried installing the binary package of
> GHC 5.02.3 for solaris.
> we do have libcurses.so.1 installed but in some other directory than
> /usr/lib. The ghc complaint that the libcurses cannot be found.

You probably need to set LD_LIBRARY_PATH to point to the location of
libncurses.so (you do have the shared library, right?).

> I tried to install from the source code distribution
> (perhaps i can inform the exact location of libcurses, is it ?) 
> but I encounter checksum error when i untar the source code. 
> Is't something wrong with the zip file
> or just locally in my computer ? 

Try using GNU tar instead of Solaris tar.

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to