Skip to content

Instantly share code, notes, and snippets.

@dmitry
Created December 20, 2011 21:34
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 dmitry/1503379 to your computer and use it in GitHub Desktop.
Save dmitry/1503379 to your computer and use it in GitHub Desktop.
Manually install nginx + passenger with new pcre
./configure --prefix='/opt/nginx' --with-http_ssl_module --with-cc-opt='-Wno-error' --add-module='/usr/local/lib/ruby/gems/1.8/gems/passenger-3.0.11/ext/nginx' --with-http_gzip_static_module --with-http_ssl_module --with-http_stub_status_module --with-pcre=/root/pcre-8.30
sudo make
make install
rvmsudo rake nginx:clean nginx RELEASE=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment