Ruby OpenSSL bindings

by Rich Brant on January 16, 2007

The Ruby OpenSSL bindings are not installed by default on Ubuntu and Capistrano needs them.. so if you see this error:

`gem_original_require': no such file to load -- openssl (LoadError)

run this command(you probably already have the openssl library, but not the Ruby bindings):

apt-get install libopenssl-ruby

{ 2 comments… read them below or add one }

David May 7, 2009 at 2:35 pm

Thank you. That was just my problem

martin February 13, 2010 at 8:28 am

thanx that did the trick!

Leave a Comment

Previous post:

Next post: