Hi all,

I'm trying to install the GHC binary for Linux. The problem is my libedit is
in $HOME/lib instead of /usr/lib

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

Is there some way I can run GHC with libedit in a nonstandard location?

Thanks
--
Grzegorz
-- 
View this message in context: 
http://www.nabble.com/Installing-GHC-with-libedit-in-nonstandard-location-tp21641668p21641668.html
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to