Centos6 编译安装最新版rlwrap,实现sqlplus命令记录与回退

Centos6 编译安装最新版rlwrap v 0.43,实现sqlplus命令记录与回退


先下载:  https://github.com/hanslub42/rlwrap/archive/master.zip

具体安装方法:

INSTALLATION

First, unzip the tarball or clone the git repository (git clone
https://github.com/hanslub42/rlwrap.git). Then go to the rlwrap
directory. After a 'git clone' you will not yet have a configure file;
build one using autotools (e.g. autoreconf --install, cf. the section
BUILD PROBLEMS below))

#:  autoreconf --install

Then:

#:  ./configure

#:  make
#:  make install