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. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ffe5450b-432c-4ab7-af14-b835ad0e01a0%40googlegroups.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
Install the SSL libs of your Linux-Distribution then reinstall rubygems. 2013/5/27 David Arroyo <darroyx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> 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. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/ffe5450b-432c-4ab7-af14-b835ad0e01a0%40googlegroups.com?hl=en-US > . > For more options, visit https://groups.google.com/groups/opt_out. > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CA%2BbCVstoeaPkS9ONmB6Juk%2BtM-2k0ZVrGBOaVugEKcuvN1v2OA%40mail.gmail.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
On 27 May 2013 16:04, David Arroyo <darroyx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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::OpenSSLI recommend using rvm for ruby and rails. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLt_botVLNa_s6JCgLKSXUP%2BxPt_uUpQhNS3HMMT4VuX9A%40mail.gmail.com?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.