Created
October 5, 2012 04:45
-
-
Save col/3838153 to your computer and use it in GitHub Desktop.
Fix ruby-1.9.3-p194 Segmentation fault when running bundle install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rvm uninstall ruby-1.9.3-p194 | |
rvm pkg install openssl | |
rvm install ruby-1.9.3-p194 --with-openssl-dir=~/.rvm/usr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment