avilay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Oct-08 07:09 UTC
gem remote installation error
Hi, I am trying to install mysql driver for ruby via gem. % gem install mysql Attempting local installation of ''mysql'' Local gem file not found: mysql*.gem Attempting remote installation of ''mysql'' ERROR: While executing gem ... (Errno::ECONNREFUSED) Connection refused - connect(2) gem --help indicates that more informatio can be found at http://rubygems.rubyforge.org/. This website however does not seem to exist. I am a completely noob to ruby and to rails as well, so it is possible that I might be missing something really obvious. But when I installed rails and rake a couple of days using gem, everything installed just fine. Any help is much appreciated. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi avilay, On 8 Oct 2006, at 08:09, avilay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> I am trying to install mysql driver for ruby via gem. > > % gem install mysql > Attempting local installation of ''mysql'' > Local gem file not found: mysql*.gem > Attempting remote installation of ''mysql'' > ERROR: While executing gem ... (Errno::ECONNREFUSED) > Connection refused - connect(2) > > gem --help indicates that more informatio can be found at > http://rubygems.rubyforge.org/. This website however does not seem to > exist. > > I am a completely noob to ruby and to rails as well, so it is possible > that I might be missing something really obvious. But when I installed > rails and rake a couple of days using gem, everything installed just > fine.rubyforge.org has been down a lot over the last couple of days... try using one of the rubyforge mirrors when installing gems: gem install mysql --source http://rubyforge.planetargon.com/ gems.rubyforge.org/ gem install mysql --source http://gems.dpiddy.net/ gems.rubyforge.org/ ... or any of the other mirrors out there. Hope this helps, Peter --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Possibly Parallel Threads
- ip6tables REJECT target 3s timeout
- Connection refused - connect(2)
- Does samba support Active Directory User Group name with space
- Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
- Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)