Title: I cant get it to work Post by: RyanM on December 12, 2007, 04:27:35 AM 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 Title: Re: I cant get it to work Post by: ferrix on December 12, 2007, 06:04:05 AM apt-get install libopenssl-ruby
|