I have to install a RoR development system on a new Vista notebook.
When I get to ‘gem install anything’ I get the following error.
c:\ruby>gem install mysql
ERROR: While executing gem … (Gem::RemoteFetcher::FetchError)
Errno::ECONNABORTED: An established connection was aborted by the
software i
n your host machine. reading RubyGems.org | your community gem host.
gem
I have gem 1.1.0 installed
It does not appear to be a firewall issue !
This is Vista Business with SP1
cheers, Dave
p.s. Please no comments about getting a Mac - that line is getting
somewhat worn - I don’t disagree that Mac is the best platform for RoR
development, but this is being set up for an overseas trip and I’m
also a Windows App developer, so to take two notebook is just not an
option !
~ “If people could put rainbows in zoos, they’d do it.” -Hobbes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
Here’s a link to a thread that is mainly a flame war, but somewhere in
the mix they mentioned that gems were broken and you had to remove gems.rubyonrails.org from your gems sources. This might not apply to
vista though, and I couldn’t really see through the flames to find
more details on the solution, but here’s the thread:
Were you able to install any other gems successfully?
What version of MySQL are you using BTW? Probably not related, but
when I wrote up my recipe for Vista a couple of weeks ago, I ran in to
issues with MySQL and the gem (see http://www.buildingwebapps.com/articles/20-setting-up-rails-on-windows-vista)
I actually left UAC turned off on one of my passes through the
instructions.
I’ve since received comments of folks running in to other problems
doing things like gem update --system and getting access violations.
I’m away from my Vista VM at the moment, so can’t check my current
version numbers.