Created
June 9, 2017 07:40
-
-
Save tamadamas/77ea0717bcb734089622574a5cbf2c43 to your computer and use it in GitHub Desktop.
Rbenv install ruby 2.2.2 in ArchLinux with patched SSLv3 and OpenSSL 1.0 without RDoc
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 | RUBY_CONFIGURE_OPTS="--disable-install-doc" PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig rbenv install --patch 2.2.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://dennistusk.com/posts/openssl-issues-with-ruby-2_x_x-solution-for-rbenv-asdf/