[Haskell-cafe] Installing GHC with libedit in nonstandard location

2009-01-24 Thread Grzegorz Chrupala
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

Re: [Haskell-cafe] Installing GHC with libedit in nonstandard location

2009-01-24 Thread Robin Green
On Sat, 24 Jan 2009 07:23:04 -0800 (PST) Grzegorz Chrupala grzegorz.chrup...@computing.dcu.ie wrote: 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

Re: [Haskell-cafe] Installing GHC with libedit in nonstandard location

2009-01-24 Thread Grzegorz Chrupala
greenrd wrote: The variable you need to set is LD_LIBRARY_PATH Indeed, this worked. Thanks! -- Grzegorz -- View this message in context: http://www.nabble.com/Installing-GHC-with-libedit-in-nonstandard-location-tp21641668p21643675.html Sent from the Haskell - Haskell-Cafe mailing list