Skip to content

Instantly share code, notes, and snippets.

@col
Created October 5, 2012 04:45
Show Gist options
  • Save col/3838153 to your computer and use it in GitHub Desktop.
Save col/3838153 to your computer and use it in GitHub Desktop.
Fix ruby-1.9.3-p194 Segmentation fault when running bundle install
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