wget "http://utopia.knoware.nl/~hlub/rlwrap/rlwrap-0.37.tar.gz"
tar -xvf rlwrap-0.37.tar.gz
cd rlwrap-0.37
./configure && make && make check && make install
执行 ./configure && make && make check && make install 报错:
......
You need the GNU readline library(ftp://ftp.gnu.org/gnu/readline/ ) to build
this program!
PS:解决办法, 安装相关组件, 如: yum install readline*
然后再执行 ./configure && make && make check && make install