Ruby OpenSSL bindings
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
Post a Comment