I can not install ruby 2.3.2 on CentOS without root privilege

1

I need to install ruby on a CentOS 6.5 server. I do not have root access, so I can not use yum. I downloaded the source file, unpacked it in a folder called ~/software , and rode

./configure && make && make install

However, the following error appeared during make install :

make: *** [do-install-all] Error 1

I searched the internet and could not find a solution to my problem.

I created a pastebin with the complete installation log, if this is needed.

    
asked by anonymous 17.11.2016 / 18:46

0 answers