tar -xzvf rlwrap-0.41.tar.gz cd rlwrap-0.41 ./configure configure: WARNING: No termcap nor curses library found
yum install readline-devel
./configure&&make&&make install
rlwrap ./configure报错:No termcap nor curses library found
原文:http://www.cnblogs.com/routerstp/p/3984521.html