Skip to content

Instantly share code, notes, and snippets.

@typhonius
Last active February 6, 2016 14:59
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 typhonius/d818d08de4dad1d1669e to your computer and use it in GitHub Desktop.
Save typhonius/d818d08de4dad1d1669e to your computer and use it in GitHub Desktop.
wget https://openresty.org/download/openresty-1.9.7.3.tar.gz
tar -zxvf openresty-1.9.7.3.tar.gz
cd openresty-1.9.7.3
wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.38.zip
unzip pcre-8.38.zip
rm -rf pcre-8.38.zip
wget https://www.openssl.org/source/openssl-1.0.1r.tar.gz
tar -zxvf openssl-1.0.1r.tar.gz
rm -rf openssl-1.0.1r.tar.gz
sudo ./configure --prefix=/opt --with-pcre-jit --with-ipv6 --with-pcre=pcre-8.38/ --with-openssl=openssl-1.0.1r/
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment