Using rvm I upgraded my ruby to 1.9.3-p392, also added 2.0.0, anytime I try to use this version when I run my bundle command I get this error.
Could not load
According to the following question: How to tell which openssl lib is actually being used by an RVM-installed ruby
It seems that the options --with-openssl-dir=... is no longer valid as of Ruby 1.9.3. I tried
--with-openssl-dir=...
rvm install 1.9.3 --with-opt-dir=/usr/local --with-openssl
and it worked.