Nginx http_perl_module
Posted by Chuck Vose Tue, 07 Aug 2007 17:24:00 GMT
Errors you might get at this step:Can't locate nginx.pm in @INC Can't locate loadable object for module nginx in @INCThis is how I installed the http_perl_module for Nginx. I'm not sure why these things are the way they are, I'm following a mailing list that was written in russian. :) Installing from ~/src/nginx-0.6.5 Installing to /opt/local/nginx (if this isn't owned by you use append sudo to the last step)
cd ~/src/nginx-0.6.5 ./configure --with-http_perl_module --with-http_ssl_module --prefix=/opt/local/nginx/ --with-perl_modules_path=/opt/local/nginx/modules/perl make make install sudo /opt/local/nginx/sbin/nginxNow we hope.
