Installing rails

Hi folks!
I’m installing rails and I have the next error:

administrator@localhost:~$ sudo gem install rails-3.2.13.gem
ERROR: While executing gem … (NameError)
uninitialized constant Gem::RemoteFetcher::OpenSSL

Can you help me?
Thanks.

Install the SSL libs of your Linux-Distribution then reinstall rubygems.

2013/5/27 David A. [email protected]

On 27 May 2013 16:04, David A. [email protected] wrote:

Hi folks!
I’m installing rails and I have the next error:

administrator@localhost:~$ sudo gem install rails-3.2.13.gem
ERROR: While executing gem … (NameError)
uninitialized constant Gem::RemoteFetcher::OpenSSL

I recommend using rvm for ruby and rails.

Colin