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 such file to load -- openssl with no success.
|
|
|||
|
|
|
Check what rubies are installed:
Then make sure to use one of the installed rubies:
And test if
It will print In case of exception run:
Followed by:
This instruction is not OSX specific, it will work on all platforms, although on OSX it will work best with HomeBrew, when it's not installed only list of required software will be shown and you need to install it manually. UPDATE: new version of rvm has improved automation support:
|
|||||||||||||
|
|
I uninstalled everything (rvm, rails, ruby, etc) on my macbook. Installed homebrew Installed rvm Ran Ran
Note:
No need to specify: |
|||
|
|