Installing rlwrap and readline
742417Dec 21 2010 — edited Dec 29 2010I am running a Oracle VM template with Red Hat Enterprise Linux 5 and Oracle 10g installed in it.
Now I want to install rlwrap which requires the readline libraries to be installed.
I have downloaded readline-6.1. The configure command executes without error.
The make command comes back with:
[root@ovmora10g readline-6.1]# make
test -d shlib || mkdir shlib
( cd shlib ; make all )
make[1]: Entering directory `/u01/dl/readline-6.1/shlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/u01/dl/readline-6.1/shlib'
The make install command comes back with:
install: you may need to run ldconfig
Has anyone tried this or successfully installed rlwrap on a Oracle VM Template?