Skip to content

Instantly share code, notes, and snippets.

@mindbreaker
Last active December 16, 2015 17:41
Show Gist options
  • Save mindbreaker/5472390 to your computer and use it in GitHub Desktop.
Save mindbreaker/5472390 to your computer and use it in GitHub Desktop.
Installing Ruby 2.0.0-rc2 using Rbenv and prevent the Error "The Ruby openssl extension was not compiled. Missing the OpenSSL lib?"
# Before run the command rbenv install 2.0.0-rc make sure to run:
sudo apt-get install openssl-dev
#after that, p0 for ruby debug
rbenv install 2.0.0-p0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment