Eko Budi Setiyo wrote: > Hi all, > > Beside http://www.rubygarden.org/ruby?RubyWithoutRoot > is there any tutorial to help me really install ruby on linux without > root access. > I am trying to installed it on hosting company where I host my website. What sort of access do you have? telnet? ssh? ftp? I've had success compiling Ruby (including running autoconf) on a remote hosting site where all I had was ftp and http access; I wrote perl and php scripts, called them through a Web page, and ended up with ruby installed under my home dir. Life got better after that. James