On 7/25/07, Eno <[EMAIL PROTECTED]> wrote: > > Make sure you have the openssl bindings installed for Ruby. If all is > > installed correctly, you should be able to run irb and do "require > > 'openssl'", and have it not blow up. > How do we install those bindings? > Is there a gem? > Or do we install ruby-openssl? > Or reconfigure/rebuild ruby?
Aint know about SuSE, specifically, but... Those bindings come with Ruby, not as a separate package. You get this error in two cases: 1. You build your own Ruby, and openssl-devel package is not installed at build time. Fix: install openssl-devel and rebuild. 2. You are using a precompiled Ruby, but openssl package is not installed on the server. Fix: install openssl. -- Alex Verkhovsky --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Capistrano" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.co.uk/group/capistrano?hl=en -~----------~----~----~----~------~----~------~--~---
