yum My system shows the set reading level
rlwrap-0.41]$ sudo yum install readline Loaded plugins: fastestmirror, presto, security Loading mirror speeds from cached hostfile . . . Package readline-6.0-4.el6.x86_64 already installed and latest version Nothing to do
But when I run the readline command, it does not work
-bash: readline: command not found
I thought the command binary might not be in the way, so he tried to find it, but no luck .. !!
sudo find /usr/ -iname readline
Basically I am trying to install http://freecode.com/projects/rlwrap/ and configure does not work, saying that the readline library was not found.
source share