From: Bhupendra Mishra Date: 2011-01-27T14:22:25+09:00 Subject: Re: `require': no such file to load -- rubygems (LoadError) Thank you very much. This works perfectly fine with me. I was running only make command. I should run "make install" as you said. Thank you for pointing me out silly mistake Cheers Bhupendra Mishra wrote in post #977705: > Hi There, > > I have installed ruby 1.9.2p136 (2010-12-25 revision 30365) > [i686-linux]. > and created symlink as "ln -s /ruby 1.9.2p136/ruby /usr/bin/local/ruby. > Running command ruby -v returns correct version specification of ruby as > " ruby 1.9.2p136 (2010-12-25 revision 30365) [i686-linux]". But when i > am trying to run any ruby file it is returning error as follows > > > $ ruby -ropenssl -rzlib -rreadline -e "puts :Hello" > :29:in `require': no such file to > load -- rubygems (LoadError) > from :29:in `require' > from :167:in `load_full_rubygems_library' > from :217:in `try_activate' > from :32:in `rescue in require' > from :29:in `require' > > > ------------------------- > Please help me resolve the issue > > Thank you very much in advance for your help -- Posted via http://www.ruby-forum.com/.