Last active
August 6, 2018 09:02
-
-
Save denisoster/0f3026039b5fbeece5010c9b5d0382e8 to your computer and use it in GitHub Desktop.
How to install Ruby 2.1.5 OpenSSL
This file contains hidden or 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
curl -fsSL https://gist.github.com/mislav/055441129184a1512bb5.txt > ruby2.x-openssl.patch | |
RUBY_APPLY_PATCHES=$'ruby2.x-openssl.patch' PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig RUBY_EXTRA_CONFIGURE_OPTIONS="--with-openssl-dir=/usr/lib/openssl-1.0" asdf install ruby 2.1.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment