Skip to content

Instantly share code, notes, and snippets.

@antnruban
Last active June 15, 2017 08:47
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 antnruban/5c522db33aa9edb715e9ef2354b5119b to your computer and use it in GitHub Desktop.
Save antnruban/5c522db33aa9edb715e9ef2354b5119b to your computer and use it in GitHub Desktop.
Install Ruby, openssl issue.
# from Stack Overflow, https://stackoverflow.com/questions/44116005/openssl-error-installing-ruby-2-1-x-and-2-3-x-on-archlinux-with-ruby-install-rub
PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig ruby-install ruby 2.3.0
# gem installing without ssl
DISABLE_SSL=true gem install puma -v 3.8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment