Skip to content

Instantly share code, notes, and snippets.

@zinovyev
Created May 10, 2017 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zinovyev/b79b10dff75adb27414dac0edc6135b0 to your computer and use it in GitHub Desktop.
Save zinovyev/b79b10dff75adb27414dac0edc6135b0 to your computer and use it in GitHub Desktop.
Installing ruby 2.3.3 under Archlinux with proper openssl version
sudo pacman -S openssl-1.0
cd /path/to/your/ruby/sources
CPPFLAGS="-I/usr/include/openssl-1.0" LIBS="-L/usr/lib/openssl-1.0" ./configure && make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment