On Jul 25, 6:03 pm, "Alexey Verkhovsky" <[EMAIL PROTECTED]>
wrote:
> 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.
In my case, I had built ruby from source initially and it did not have
openssl support.
Then I installed openssl from source.
Then I re-configured and rebuilt ruby from source (yes, I ran "make
clean") before the build.
The result is:
$ irb
irb(main):001:0> require 'openssl'
LoadError: no such file to load -- openssl
from (irb):1:in `require'
from (irb):1
irb(main):002:0>
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---