Hey Guys, How could I fix the following: "gem install --no-rdoc --no-ri kete-feedzirra" ERROR: could not find gem kete-feedzirra locally or in a repository "gem install --no-rdoc --no-ri libxml-ruby" ERROR: could not find gem libxml-ruby locally or in a repository "gem install --no-rdoc --no-ri http_url_validation_improved" ERROR: could not find gem http_url_validation_improved locally or in a repository "gem install --no-rdoc --no-ri system_timer" ERROR: could not find gem system_timer locally or in a repository "gem install --no-rdoc --no-ri memcache-client" ERROR: could not find gem memcache-client locally or in a repository "gem install --no-rdoc --no-ri mime-types" ERROR: could not find gem mime-types locally or in a repository "gem install --no-rdoc --no-ri htmlentities" ERROR: could not find gem htmlentities locally or in a repository "gem install --no-rdoc --no-ri avatar" ERROR: could not find gem avatar locally or in a repository "gem install --no-rdoc --no-ri chronic" ERROR: could not find gem chronic locally or in a repository "gem install --no-rdoc --no-ri tiny_mce" ERROR: could not find gem tiny_mce locally or in a repository "gem install --no-rdoc --no-ri RedCloth" ERROR: could not find gem RedCloth locally or in a repository "gem install --no-rdoc --no-ri unicode" ERROR: could not find gem unicode locally or in a repository "gem install --no-rdoc --no-ri hpricot" ERROR: could not find gem hpricot locally or in a repository "gem install --no-rdoc --no-ri xml-simple" ERROR: could not find gem xml-simple locally or in a repository "gem install --no-rdoc --no-ri zoom" ERROR: could not find gem zoom locally or in a repository "gem install --no-rdoc --no-ri packet --version=''>= 0.1.14''" ERROR: could not find gem packet locally or in a repository "gem install --no-rdoc --no-ri nokogiri" ERROR: could not find gem nokogiri locally or in a repository -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Which versions? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I mean Gem and Ruby -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Heinz Strunk wrote:> I mean Gem and RubyHeinz, How would I find this out? Regards, Jess -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
gem -v and ruby -v in your terminal window -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Heinz Strunk wrote:> gem -v and ruby -v in your terminal windowgem -v 1.2.0 ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Walter McGinnis
2010-Sep-13 09:55 UTC
Re: Re: Could not find [GEM] locally or in a repository
Jess, Can you also do "which gem" from the command line, too, please? You should see something like what is mentioned under the "Installing Rails Framework" here: http://kete.net.nz/documentation/topics/show/261 Cheers, Walter On Mon, Sep 13, 2010 at 7:02 PM, Jess Mckenzie <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Heinz Strunk wrote: >> gem -v and ruby -v in your terminal window > > > gem -v > 1.2.0 > > ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Walter McGinnis
2010-Sep-13 09:59 UTC
Re: Re: Could not find [GEM] locally or in a repository
By the way, what is probably underlying your problem is that the version of Ruby and RubyGems you are running is not up-to-date. The version that is that is available for Debian Lenny as a package is not up with the latest developments (the migration to GemCutter, etc.). On Mon, Sep 13, 2010 at 9:55 PM, Walter McGinnis <walter.mcginnis-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Jess, > > Can you also do "which gem" from the command line, too, please? > > You should see something like what is mentioned under the "Installing > Rails Framework" here: > > http://kete.net.nz/documentation/topics/show/261 > > Cheers, > Walter > > On Mon, Sep 13, 2010 at 7:02 PM, Jess Mckenzie <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> Heinz Strunk wrote: >>> gem -v and ruby -v in your terminal window >> >> >> gem -v >> 1.2.0 >> >> ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] >> -- >> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Heinz Strunk
2010-Sep-13 12:00 UTC
Re: Re: Could not find [GEM] locally or in a repository
I think they recently added 1.9.1 to the apt thing. Try this: sudo apt-get install ruby1.9.1-full Even though 1.9.2 is out already. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
in case you have any issues installing feedzirra... i''ve written about installing it here http://seanbehan.com/ruby-on-rails/installing-feedzirra-rss-parser-on-ubuntu-8/ On Sep 13, 8:00 am, Heinz Strunk <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I think they recently added 1.9.1 to the apt thing. Try this: > sudo apt-get install ruby1.9.1-full > > Even though 1.9.2 is out already. > -- > Posted viahttp://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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
Marnen Laibow-Koser
2010-Sep-13 13:43 UTC
Re: Could not find [GEM] locally or in a repository
Jess Mckenzie wrote:> Heinz Strunk wrote: >> gem -v and ruby -v in your terminal window > > > gem -v > 1.2.0 > > ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux]That''s a very old version of gem (current is 1.3.7). You need to upgrade. Type gem update --system, or if that doesn''t work, download an installer from http://www.rubygems.org . Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.