On Mon, Sep 24, 2001 at 11:00:49 +0200, Ch. A. Herrmann wrote:
> Dear Haskellers,
> 
> in ghc-5.02/distrib/INSTALL, there is the following hint:
> 
> > Linux users: GHCi-5.00 needs libreadline.so.3. 

hrm... then what did I do "wrong"? :)

[209]% ldd /usr/lib/ghc-5.00.2/ghc-5.00.2
        libdl.so.2 => /lib/libdl.so.2 (0x4001e000)
        libreadline.so.4 => /lib/libreadline.so.4 (0x40022000)
                      ^^^^      
        libncurses.so.5 => /lib/libncurses.so.5 (0x40047000)
        libm.so.6 => /lib/libm.so.6 (0x40087000)
        libgmp.so.3 => /usr/lib/libgmp.so.3 (0x400a9000)
        libc.so.6 => /lib/libc.so.6 (0x400cb000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
        
Why does ghci need libreadline.so.3, specifically?
        
> 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.

I can't recall doing anything special to achieve this...


Cheers,
Michael
-- 
() ASCII ribbon campaign |  Chair for Computer Science  II  | GPG: F65C68CD
/\ against HTML mail     |       RWTH Aachen, Germany       | PGP: 1D0DD0B9

                Don't worry, honey, just two more lemmas ...

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

Reply via email to