Problem installin rails

i have rubygems installed. trying to install rails using the command:
gem install rails -v1.2.5, it gives me the error:
ERROR: while executing gem … (Gem::RemoteFetcher::FetchError)
getaddrinfo: Temporary failure in name resolution(SocketError)

please help…

anybody???

Ramesh P. wrote:

i have rubygems installed. trying to install rails using the command:
gem install rails -v1.2.5, it gives me the error:
ERROR: while executing gem … (Gem::RemoteFetcher::FetchError)
getaddrinfo: Temporary failure in name resolution(SocketError)

please help…

Ramesh P. wrote:

please help…

The error said: Temporary failure in name resolution.

Just try it again a few times… sometimes, there are network errors
that prevent proper connection…

Cheers,
Mohit.
11/21/2007 | 6:38 PM.

i tried many times bt didnt worked :((,

any other solution…

Mohit S. wrote:

Ramesh P. wrote:

please help…

The error said: Temporary failure in name resolution.

Just try it again a few times… sometimes, there are network errors
that prevent proper connection…

Cheers,
Mohit.
11/21/2007 | 6:38 PM.

Are you sure that you are connected to internet when running gem
install rails command?

On Nov 21, 10:46 am, Ramesh P. [email protected]

On 21 Nov 2007, at 10:46, Ramesh P. wrote:

i tried many times bt didnt worked :((,

any other solution…

Do you have network connectivity to http://gems.rubyforge.org ?
If you don’t then that’s a problem for you or your sysadmin to fix.

Fred