I am really finding this frustrating. i am trying to install ruby gems
to allow me to try out rails.
I have tried it on two linux systems. I can install ruby no problem.
but when I run ruby setup.rb I get the error:
./rubygems.rb:8:in `require': no such file to load -- rubygems/
defaults (LoadError)
from ./rubygems.rb:8
from setup.rb:24:in `require'
from setup.rb:24
I think its a library link fault. but if anyone has any ideas I would
be very greatful.
Linux box is Linpus Lite on a Aspire One Netbook.
Ruby version is ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-linux]
Ruby is installed in /usr/bin/ruby
I have downloaded rubygems 1.3.5 and extracted the files. The install
readme requires you to run
sudo ruby setup.rb
This is supposed to install ruby gems. I just get the load errors.
Linux box is Linpus Lite on a Aspire One Netbook.
Ruby version is ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-linux]
Ruby is installed in /usr/bin/ruby
I have downloaded rubygems 1.3.5 and extracted the files. The install
readme requires you to run
sudo ruby setup.rb
This is supposed to install ruby gems. I just get the load errors.
I think it must be because I am doing a new install and not an
upgrade.
I wonder if the latest versions of rails no longer works when you do a
manual install. My guess is the manual install requires the library
paths to be present. But because this is a fresh update they are
missing.
Has anyone out there managed to do a fresh install of rails? I seem to
be banging my head against a brick wall at present.
Hi! It is also possible to install ruby from phusion, which is called
enterprise ruby. It comes with rubygems and has detailed installation
instructions.