Hi, I’m trying to install Ruby On Rails on Ubuntu 6.06, running on a AMD Turion64. I installed the ruby interpreter, RubyGems and wrote: gem install rails --include-dependenciesbut I’m receiving the following error message:
ERROR: While executing gem … (Gem::InstallError) gzip error installing /usr/local/lib/ruby/gems/1.8/cache/activesupport- 1.4.1.gem
It seems like it can’t install the activesupport dependency. I even tried to update my gzip but it didn’t work either.
Any toughts on that?
Thank you.
Felipe