centos 6.4 下 安裝 nginx 執行配置命令
./configure
時提示以下錯誤:
解決方法:
執行以下命令:
yum -y install zlib zlib-devel openssl openssl--devel pcre pcre-devel
./configure
:error
:ssl modules
require
the
openssl
library
.you
can either
donot
enable the modules,or
install the
openssl
library
into
the system,or
build the
openssl
library statically
from
the source
with
nginx
byusing
--with
-openssl
=option
原因是編譯支援https但缺少openssl庫檔案。
解決辦法:
yum install openssl openssl
-devel -y
重新編譯,問題解決。
編譯nginx的時候報錯 需要安裝PCRE
configure prefix mynginx 本地編譯nginx的時候 報錯 提示需要安裝pcre 錯誤資訊 解壓到路經 cd pcre2 10.32.configure prefix usr local詳細操作流程 cd usr local src tar pcre2 10.32.tar cd...
Nginx啟動報錯
1,nginx emerg getpwnam www failed inux 64系統中安裝nginx時如果出現錯誤 nginx emerg getpwnam www failed in 解決方法1 在nginx.conf中 把user www www 的注釋去掉,在這句前面加 即可 解決方法2 錯...
gradle編譯報錯
同事發過來乙個專案莫名編譯不通過 報錯資訊 a problem occurred configuring project library org.gradle.api.internal.tasks.defaulttaskinputs taskinputunionfilecollection cann...