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.