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-dependencies *but 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I would check you permissions on your Ruby installation. You may need to run the command as root: sudo gem install.... On Feb 13, 12:39 pm, "Felipe Sodré Silva" <fso...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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-dependencies > > *but 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--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I have already tried that as well =( Thanks anyway On 2/13/07, DarianShimy <dshimy-TTglUpmrosVBDgjK7y7TUQ@public.gmane.org> wrote:> > > I would check you permissions on your Ruby installation. You may need > to run the command as root: > > sudo gem install.... > > On Feb 13, 12:39 pm, "Felipe Sodré Silva" <fso...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > 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-dependencies > > > > *but 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 > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Felipe; > Hi, I''m trying to install Ruby On Rails on Ubuntu 6.06, running on a AMD > Turion64. Have you tried the deprec way? See the free screencast : http://topfunky.com/clients/peepcode/free-episodes/peepcode-free-deprec.mov It takes care of everything. Alain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---