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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-29 08:54:52
Original
1163 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
Latest Issues
Error restarting nginx
From 1970-01-01 08:00:00
0
0
0
server - Nginx configuration webapp problem
From 1970-01-01 08:00:00
0
0
0
Nginx default.conf problem
From 1970-01-01 08:00:00
0
0
0
centos7 - NGINX exception occurs
From 1970-01-01 08:00:00
0
0
0
nginx load balancing
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template