« Return to Thread: Having trouble installing rails - SSL issues

Re: Having trouble installing rails - SSL issues

by Adam Akhtar-2 :: Rate this Message:

Reply to Author | View in Thread


Sean Cahoon wrote:

> I'm trying to install rails on a Debian Etch box. When I run gem install
> rails --include-dependencies, however, I get this:
>
> ERROR:  While executing gem ... (Gem::Exception)
>     SSL is not installed on this system
>
> The problem is, OpenSSL IS installed on my system. I even tried to
> reinstall it to make sure, but everything was at its newest version. I
> read in another thread that  gem shouldn't need this anyway, unless I
> request strict security when I start the installation.
>
> Anybody know what's up?
>
> Cheers


You must install  libopenssl-ruby
(I had the same problem installing on Debian distri apt-get install
libopenssl-ruby )
--
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@...
To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: Having trouble installing rails - SSL issues