
12 Sep
2005
12 Sep
'05
4:44 a.m.
Malcolm Wallace
Brian McQueen
writes: I installed it and its choking while looking for libreadline. I'm not an admin on these machines, so my options are limited.
You can download and install the readline library as an ordinary user, in your own filespace. Just add LD_LIBRARY_PATH=/path/to/my/lib/dir to your environment (and export it) before proceeding with ghc.
Also, if a lurker is allowed to chime in, ghc seems to insist on the version of libreadline to use. Newer versions provide libreadline.so.5 and will not work. You will need to install a readline version 4.x in some_dir and take care that come_dir is listed first in LD_LIBRARY_PATH. HTH. -- Nicolas