On Nov 10, 2008, at 13:56, Jonathan Allen wrote:
I'm trying to build lftp for a Fedora 8 system.
checking for readline... configure: error: need installed readline-
devel package
Using the --with-readline flag makes no difference, and
readline-5.2-10.fc8
is already installed. Where do I go from here?
Install the readline-devel package.
As root, execute
yum install readline-devel
Note that lftp itself is also available as a Fedora package, so if you
don't need the latest version, you could alternatively just install
that.
yum install lftp