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 }
Thank you. That was just my problem
thanx that did the trick!