Thursday, March 18, 2010

compiling nginx

comile zlib
unpack openssl and pcre but don't compile
point nginx configure to openssl and pcre dirs without compiling them yourself
then run make
make install

its want the folder of the openssl and pcre with the make files
for zlib nginx configure simply finds it after you do compile it with the configure -s make make install listed in the zlib FAQ

No comments: