The Ruby OpenSSL bindings are not installed by default on Ubuntu and Capistrano needs them.. so if you see this error:
ruby 代码
- `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):
ruby 代码
ruby 代码
- apt-get install libopenssl-ruby