I downloaded RubyGems 0.9.0 and successfully extracted and built it by
running “sudo setup.rb”.
Then I try to install Rails via this command:
“sudo gem install rails --include-dependencies”
But I get this error everytime:
ERROR: While executing gem … (SocketError)
getaddrinfo: no address associated with nodename
Can someone point me in the right direction?
Thanks much.
Sri