From: pirveli Date: 2005-10-12T01:16:52+09:00 Subject: problem with installation of rubygems-0.8.11 Hi! I have been searching for few days by now, but can't find answer for my problem. I want to install RubyOnRails as an unpriviliged user. First I installed ruby (without 'make install', because I don't have permissions). $ ruby -v ruby 1.8.3 (2005-09-21) [i686-linux] I exported path to ruby installation directory and to lib directory inside it. I downloaded rubygems-0.8.11.tgz and unpacked it. Next I tried: $ ruby setup.rb setup.rb:52:in `require': no such file to load -- rbconfig (LoadError) from setup.rb:52 And now I don't know what to do. I tried to find answer in docs on http://documentation.rubyonrails.com/ and few more pages but couldn't find anything. Could you give me a link to solution or just explain me what should I do? best regards pirveli