Skip to content

Instantly share code, notes, and snippets.

@steveclarke
Last active August 21, 2022 19:06
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 steveclarke/08e014dda553e728ef40ceb8bbea2e65 to your computer and use it in GitHub Desktop.
Save steveclarke/08e014dda553e728ef40ceb8bbea2e65 to your computer and use it in GitHub Desktop.

https://help.dreamhost.com/hc/en-us/articles/360001435926-Installing-OpenSSL-locally-under-your-username asdf-vm/asdf-ruby#258 (comment)

wget https://www.openssl.org/source/openssl-1.1.1q.tar.gz
tar xvfz openssl-1.1.1q.tar.gz -C ~/src/vendor/openssl
cd ~/src/vendor/openssl/openssl-1.1.1q
./config --prefix=/home/steve/openssl-1.1.1q --openssldir=/home/steve/openssl-1.1.1q no-ssl2
make
make test
make install
RUBY_CONFIGURE_OPTS="--with-openssl-dir=/home/steve/openssl-1.1.1q" asdf install ruby 2.7.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment