1. pcre installation
./configure --prefix=/usr/local/pcre-8.38 --libdir=/usr/local/lib/pcre --includedir=/usr/local/include/pcre
Second, Installzliblibrary
./configure --prefix=/usr/local/zlib-1.2.8
./config --prefix=/usr/local/openssl-1.0.1s
Enter nginxsource code root directory:
auto/configure--add-module=
make -f objs/Makefile
make -f objs/Makefile install
Added: http_ssl_module:
auto/configure--add-module=<span>--with-http_ssl_module</span>
The above introduces the nginx installation and dependency configuration records, including nginx and dependency content. I hope it will be helpful to friends who are interested in PHP tutorials.