欧菲菲 发表于 2016-6-9 11:20:47

You need the GNU readline library(ftp://ftp.gnu.org/gnu/readline/ ) to build

  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
  
页: [1]
查看完整版本: You need the GNU readline library(ftp://ftp.gnu.org/gnu/readline/ ) to build