Skip to content

Instantly share code, notes, and snippets.

@madis
Created July 20, 2013 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madis/6044932 to your computer and use it in GitHub Desktop.
Save madis/6044932 to your computer and use it in GitHub Desktop.
Installing Ruby 2 with openssl libraries linking issue
# Will get you past the ssl library linking issue
rvm pkg install openssl
rvm install --autolibs=packages --with-openssl-dir=$HOME/.rvm/usr 2.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment