I''m trying to install Capistrano. When I run gem install Capistrano --include-dependencies, I get the following error: ERROR: While executing gem ... (Zlib::BufError) buffer error Anyone got any ideas what''s causing this and how I can fix it? I''d really like to use Capistrano to deploy my rails app, but I need to install it first.... Thanks, Myron -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Actually, I did some more google searching and found the solution at: http://dontrepeatyourself.wordpress.com/2007/05/14/zlibbuferror/ Basically, I just had to update my RubyGems using gem update --system. - Myron Myron Marston wrote:> I''m trying to install Capistrano. When I run gem install Capistrano > --include-dependencies, I get the following error: > > ERROR: While executing gem ... (Zlib::BufError) > buffer error > > Anyone got any ideas what''s causing this and how I can fix it? I''d > really like to use Capistrano to deploy my rails app, but I need to > install it first.... > > Thanks, > Myron-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
gem update --include-dependencies gem update --system On 5/20/07, Myron Marston <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > I''m trying to install Capistrano. When I run gem install Capistrano > --include-dependencies, I get the following error: > > ERROR: While executing gem ... (Zlib::BufError) > buffer error > > Anyone got any ideas what''s causing this and how I can fix it? I''d > really like to use Capistrano to deploy my rails app, but I need to > install it first.... > > Thanks, > Myron > > -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
BTW, for more targeted help, check out the Capistrano group: http://groups.google.com/group/capistrano n Myron Marston wrote:> I''m trying to install Capistrano. When I run gem install Capistrano > --include-dependencies, I get the following error: > > ERROR: While executing gem ... (Zlib::BufError) > buffer error > > Anyone got any ideas what''s causing this and how I can fix it? I''d > really like to use Capistrano to deploy my rails app, but I need to > install it first.... > > Thanks, > Myron >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---