On Mon, 10 Nov 2008, Jonathan Allen wrote:
Hi List, I'm trying to build lftp for a Fedora 8 system. $ ./configure ... 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? Jonathan
You need to install readline-devel as stated in the configure output :) yum search readline devel Justin.
