
When I start the ghci with -package data, I get the following output:
Loading package base ... linking ... done. Loading package haskell98 ... linking ... done. Loading package lang ... linking ... done. Loading package concurrent ... linking ... done. Loading package posix ... linking ... done. Loading package util ... linking ... not found: _rl_funmap_names Abort
I know that I must install the readline library seperately; can anybody tell me how to do this?
It may be that you have the wrong version of the readline library installed. We're chasing a similar problem on SuSE Linux, but I haven't managed to trace the cause yet. Sorry I can't be any more help... Wolfgang - any ideas? Cheers, Simon

I know that I must install the readline library seperately; can anybody tell me how to do this?
It may be that you have the wrong version of the readline library installed.
Probably no version at all... Go to http://www.gnu.org/order/ftp.html choose a mirror, download the sources for version 4.3. Unpack it, and use the usual commands for building & installing GNU software: ./configure make sudo make install If there are any problems, e-mail me (auf Deutsch). Cheers, Wolfgang Thaller
participants (2)
-
Simon Marlow
-
Wolfgang Thaller