Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Installing rlwrap and readline

742417Dec 21 2010 — edited Dec 29 2010
I 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?
This post has been answered by Herbert van den Bergh-Oracle on Dec 27 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 26 2011
Added on Dec 21 2010
4 comments
5,326 views