Segmentation Fault error on http:rb:799 with Ruby 1.9.3 on RVM
/Users/luciano/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/net/http.rb:799: [BUG] Segmentation fault
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0]
I was getting the error above when I tried to use the aws-sdk gem, to manage files I have on AmazonS3. I'm on a OS X 10.7.2 operating system.
A good place to start is running "rvm requirements" on your terminal and verify if you have all things listed there. There are different requirements for the different ruby versions.
If you're going to install osx-gcc-installer, get it from https://github.com/kennethreitz/osx-gcc-installer/downloads.
After several tries and websites visited, what acctually worked for me is the following commands:
If you're getting the same error, I hope this can help you too!