Skip to content
Prev 281091 / 398513 Next

configure can't find readline -- but it's there!

On Dec 29, 2011, at 7:14 PM, Cable, Sam B Civ USAF AFMC AFRL/RVBXI wrote:

            
Hi,

The typical solution would be to install the readline-devel RPM, which is where the header files, etc. would be available. 

So as root:

  yum install readline-devel

or if you have sudo enabled:

  sudo yum install readline-devel

HTH,

Marc Schwartz