
24 Jan
2009
24 Jan
'09
1:19 a.m.
On Sat, 24 Jan 2009 07:23:04 -0800 (PST)
Grzegorz Chrupala
So GHC installs but when I try to run it is fails with: error while loading shared libraries: libedit.so.0: cannot open shared object file: No such file ordirectory I tried setting LIBRARY_PATH and LD_RUN_PATH to $HOME/lib but it doesn't help
The variable you need to set is LD_LIBRARY_PATH -- Robin