sqlplus - Installing rlwrap on linux - without root permission -


i trying install rlwrap. not have root permissions.

i did following install rlwrap using steps mentioned online :

gunzip rlwrap*.gz tar -xvf rlwrap*.tar cd rlwrap ./configure make make check make install 

but in last step when "make install", error

/usr/bin/install: cannot create regular file `/usr/local/bin/rlwrap': read-only file system make[2]: *** [install-binprograms] error 1 

i tried "sudo make install", still same error.

what options install rlwrap?

thanks

in order install without root permissions, need configure follows:

./configure --prefix=$home 

after 'make install' install rlwrap in $home/bin

(above info install file in root folder of rlwrap)


Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -