Re: ghc-5.02/libreadline.so.3

2001-09-24 Thread Jeffrey R Lewis
"Ch. A. Herrmann" wrote: > > "Simon" == Simon Marlow <[EMAIL PROTECTED]> writes: > > Simon> The right thing to do on such a box is to use the RPM or > Simon> debian package, if one is available. > > For the reason below, RPM is not a solution for us. Currently, I'm > compiling GHC wit

RE: ghc-5.02/libreadline.so.3

2001-09-24 Thread Ch. A. Herrmann
> "Julian" == Julian Seward <(Intl Vendor)" <[EMAIL PROTECTED]>> writes: Julian> On possible thing you can do is Julian> * Find a copy of libreadline.so.4 from somewhere (your home Julian> PC ?) * Place it in some dir under your control, eg Julian> /home/herrman/lib * export

RE: ghc-5.02/libreadline.so.3

2001-09-24 Thread Ch. A. Herrmann
> "Simon" == Simon Marlow <[EMAIL PROTECTED]> writes: Simon> The right thing to do on such a box is to use the RPM or Simon> debian package, if one is available. For the reason below, RPM is not a solution for us. Currently, I'm compiling GHC with a modified LD_LIBRARY_PATH and until

RE: ghc-5.02/libreadline.so.3

2001-09-24 Thread Simon Marlow
> 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"? :) Nothing. Some minor confusion has arisen

Re: ghc-5.02/libreadline.so.3

2001-09-24 Thread Michael Weber
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

RE: ghc-5.02/libreadline.so.3

2001-09-24 Thread Julian Seward (Intl Vendor)
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 Nowldd /path/to/ghc-5.02-executable should show libreadline.so.4 bei