Skip to content

Instantly share code, notes, and snippets.

@ngpestelos
Last active December 14, 2015 11:48
Show Gist options
  • Save ngpestelos/5081720 to your computer and use it in GitHub Desktop.
Save ngpestelos/5081720 to your computer and use it in GitHub Desktop.
Reinstall Ruby 1.9.3 using rbenv and openssl 1.0 on Debian 6.06 (Squeeze 64-bit)

Download OpenSSL 1.0

Set rbenv constants

$ export RUBY_CONFIGURE_OPTS=--with-openssl-dir="/usr/local/openssl"

Uninstall previously installed ruby

$ rbenv uninstall <version>

Reinstall ruby

$ rbenv install <version>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment