I can&#39;t seem to get the latest source bundle to build (running on Red Hat).&nbsp; I run the configure script, then make on the source tree root, and ghc gives an error to the effect of &#39;could not load shared object file or library libedit.so.0&#39;.&nbsp; I don&#39;t have root permissions on this machine so I can&#39;t install editline on this machine, but I downloaded the source, built in my local directory, then tried: <br>
<br>-Setting the LD_LIBRARY_PATH environment variable to include the directory path to the libedit.so.0 library I just built.&nbsp; <br>-Hand editing the makefile in ghc&#39;s &#39;libraries&#39; directory to add an -L[librarydir] flag to the ghc invocation that was failing. <br>
<br>Neither of these things worked - is there an easy way to tell the configure script that it needs to probe additional directories for these shared libraries? <br><br>Thanks all! <br>-James Swaine<br>