In OS X in rvm how do I check if openssl is configured properly? I get the cannot load such file -- openssl (LoadError) And I have tried everything in Rails 3 - no
cannot load such file -- openssl (LoadError)
To resolve this, install openssl (preferably using brew).
Update Xcode to the latest version and enable command line installations using it.
Reinstall rvm using rvm reinstall all
Note that rvm reinstall all --force will delete all your previous installations of binaries/ pkgs done using rvm.