Home >Backend Development >PHP Tutorial >Configuration records of nginx installation and dependencies dpkg dependencies oracle task dependencies implementation of uml dependencies

Configuration records of nginx installation and dependencies dpkg dependencies oracle task dependencies implementation of uml dependencies

WBOY
WBOYOriginal
2016-07-29 08:54:521136browse

1. pcre installation

./configure --prefix=/usr/local/pcre-8.38 --libdir=/usr/local/lib/pcre --includedir=/usr/local/include/pcre
--libdir=DIR
Specify the installation location of the library file.
--includedir=DIR
Specify the installation location of the C header file. Header files for other languages ​​such as C++ are also You can use this option.

Second, Installzliblibrary

./configure --prefix=/usr/local/zlib-1.2.8
Three, Installssl
./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.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn