Heim >Backend-Entwicklung >PHP-Tutorial >nginx安装及依赖关系的配置记录 dpkg 依赖关系 oracle任务依赖关系 uml依赖关系的实

nginx安装及依赖关系的配置记录 dpkg 依赖关系 oracle任务依赖关系 uml依赖关系的实

WBOY
WBOYOriginal
2016-07-29 08:54:521134Durchsuche

一、pcre安装

./configure --prefix=/usr/local/pcre-8.38 --libdir=/usr/local/lib/pcre --includedir=/usr/local/include/pcre
--libdir=DIR
  指定库文件的安装位置.
--includedir=DIR
  指定C头文件的安装位置.其他语言如C++的头文件也可以使用此选项.

二、安装zlib

./configure --prefix=/usr/local/zlib-1.2.8
三、安装ssl
./config --prefix=/usr/local/openssl-1.0.1s

进入nginx源码根目录:

auto/configure--add-module=

make -f objs/Makefile

make -f objs/Makefile install

 

增加:http_ssl_module:

auto/configure--add-module= <span>--with-http_ssl_module</span>

以上就介绍了nginx安装及依赖关系的配置记录,包括了nginx,依赖关系方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn