Hi When I try and create a bucket I get the following error:
ruby s3cmd.rb createbucket db_backup78979sdfjoij3
./S3.rb:14:in `require': no such file to load -- openssl (LoadError)
from ./S3.rb:14
from ./s3try.rb:24:in `require'
from ./s3try.rb:24
from s3cmd.rb:13:in `require'
from s3cmd.rb:13
I have confirmed that my openssl and ruby are the latest versions with apt ( I run ubunto ), I am pointing the SSL_CERT_DIR env var to a directory with a whole lot of certificates, what am I doing wrong? Am I missing some sort of SSL libraries for Ruby?
- Ryan