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

WBOY
Release: 2016-07-29 08:54:52
Original
1115 people have browsed it

1. pcre installation

./configure --prefix=/usr/local/pcre-8.38 --libdir=/usr/local/lib/pcre --includedir=/usr/local/include/pcre
Copy after login
--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
Copy after login
Three, Installssl
./config --prefix=/usr/local/openssl-1.0.1s
Copy after login

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.

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template