概述
1、常见错误:
./configure: error: SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl=
加配置:
–with-openssl=/opt/src/openssl-1.0.2d
去除:
–with-http_ssl_module
make: *** No rule to make target build', needed by
default’. Stop.
./configure: error: SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl= option.
ubuntu下
apt-get install openssl
apt-get install libssl-dev
centos下
yum -y install openssl openssl-devel
2.安装C++编译环境
yum install gcc-c++
3.安装PCRE库
1.获取pcre编译安装包,在http://www.pcre.org/上可以获取当前最新的版本
2.解压缩pcre-xx.tar.gz包。 (.tar.gz 用:tar -zxvf .tar.bz 用: tar -xjf
3.进入解压缩目录,执行./configure。
4.make & make install
4.安装openssl库
1.获取openssl编译安装包,在http://www.openssl.org/source/上可以获取当前最新的版本。
2.解压缩openssl-xx.tar.gz包。
3.进入解压缩目录,执行./configure。
4.make & make install
5.安装zlib库
1.获取zlib编译安装包,在http://www.zlib.net/上可以获取当前最新的版本。
2.解压缩openssl-xx.tar.gz包。
3.进入解压缩目录,执行./config
4.make & make install
最后
以上就是瘦瘦皮带为你收集整理的nginx安装常见错误的全部内容,希望文章能够帮你解决nginx安装常见错误所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复