rlwrap ./configure报错:No termcap nor curses library found
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
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