On possible thing you can do is

* Find a copy of libreadline.so.4 from somewhere (your home PC ?)
* Place it in some dir under your control, eg /home/herrman/lib
* export LD_LIBRARY_PATH=/home/herrman/lib:$LD_LIBRARY_PATH

Now    ldd /path/to/ghc-5.02-executable 
should show libreadline.so.4 being picked up from /home/herrman/lib
and you should be able to run ghc.

J

| -----Original Message-----
| From: Ch. A. Herrmann [mailto:[EMAIL PROTECTED]] 
| Sent: Monday, September 24, 2001 10:01 AM
| To: [EMAIL PROTECTED]
| Subject: ghc-5.02/libreadline.so.3
| 
| 
| Dear Haskellers,
| 
| in ghc-5.02/distrib/INSTALL, there is the following hint:
| 
| > Linux users: GHCi-5.00 needs libreadline.so.3.  Newer Linuxes (SuSE 
| > 7.1, possibly RH 7.X, possibly Mandrake 8.X) only come with 
| > libreadline.so.4.  If you need libreadline.so.3 and only 
| have the .4 
| > version, you might be able to get things working by making 
| a symbolic 
| > link from libreadline.so.4 to libreadline.so.3.  We tried this on a 
| > SuSE 7.1 box and it seemed to work.
| 
| It worked well on my PC at home. However, I also have to 
| install it at our office and students pool but unfortunately, 
| our system administrator told me that he will not allow hacks 
| of this kind. 
| He asked me to adapt the installation appropriately instead of 
| manipulating the system. 
| 
| Please tell me how to adapt the makefile or something else to 
| get it running. I'm sorry not to be an installation expert; 
| maybe it's a simple thing to do.
| 
| Many thanks in advance
| -- 
|  Christoph Herrmann
|  Postdoctoral Research Associate 
|  University of Passau, Germany 
|  E-mail:  [EMAIL PROTECTED]
|  WWW:     http://brahms.fmi.uni-passau.de/cl/staff/herrmann.html
| 
|  
| 
| _______________________________________________
| Glasgow-haskell-bugs mailing list 
| [EMAIL PROTECTED] 
| http://www.haskell.org/mailman/listinfo/glasgo| w-haskell-bugs
| 

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to