阿里云 nginx 安装如下问题

阿里云 nginx 安装如下问题

问题描述:

参照这个文章做的,http://www.codingyun.com/article/42.html
到第四步
make install ,报错如下
make[2]: *** [install_docs] Error 255
make[2]: Leaving directory /usr/local/src/openssl-1.0.1c'
make[1]: *** [/usr/local/src/openssl-1.0.1c/.openssl/include/openssl/ssl.h] Error 2
make[1]: Leaving directory
/soft/nginxlib/nginx-1.9.9'

http://www.2cto.com/os/201412/363450.html

出现报错:

“POD document had syntax errors at /usr/bin/pod2man line 71.
make: *** [install_docs] 错误 25”

编辑/usr/bin/pod2man文件,注释掉第71行。

具体log 信息呢。/

你可以到nginx 的 logs 文件夹下找找 error 信息。

make[4]: Nothing to be done for all'.
make[4]: Leaving directory
/usr/local/src/openssl-1.0.1c/crypto/cmac'
if [ -n "" ]; then \
(cd ..; make libcrypto.so.1.0.0); \
fi
make[3]: Leaving directory /usr/local/src/openssl-1.0.1c/crypto'
making all in ssl...
make[3]: Entering directory
/usr/local/src/openssl-1.0.1c/ssl'
if [ -n "" ]; then \
(cd ..; make libssl.so.1.0.0); \
fi
make[3]: Leaving directory /usr/local/src/openssl-1.0.1c/ssl'
making all in engines...
make[3]: Entering directory
/usr/local/src/openssl-1.0.1c/engines'
echo

making all in engines/ccgost...
make[4]: Entering directory /usr/local/src/openssl-1.0.1c/engines/ccgost'
make[4]: Nothing to be done for
all'.
make[4]: Leaving directory /usr/local/src/openssl-1.0.1c/engines/ccgost'
make[3]: Leaving directory
/usr/local/src/openssl-1.0.1c/engines'
making all in apps...
make[3]: Entering directory /usr/local/src/openssl-1.0.1c/apps'
make[3]: Nothing to be done for
all'.
make[3]: Leaving directory /usr/local/src/openssl-1.0.1c/apps'
making all in test...
make[3]: Entering directory
/usr/local/src/openssl-1.0.1c/test'
make[3]: Nothing to be done for all'.
make[3]: Leaving directory
/usr/local/src/openssl-1.0.1c/test'
making all in tools...
make[3]: Entering directory /usr/local/src/openssl-1.0.1c/tools'
make[3]: Nothing to be done for
all'.
make[3]: Leaving directory /usr/local/src/openssl-1.0.1c/tools'
installing man1/CA.pl.1
installing man1/asn1parse.1
installing man1/ca.1
installing man1/ciphers.1
installing man1/cms.1
cms.pod around line 457: Expected text after =item, not a number
cms.pod around line 461: Expected text after =item, not a number
cms.pod around line 465: Expected text after =item, not a number
cms.pod around line 470: Expected text after =item, not a number
cms.pod around line 474: Expected text after =item, not a number
POD document had syntax errors at /usr/bin/pod2man line 71.
make[2]: *** [install_docs] Error 255
make[2]: Leaving directory
/usr/local/src/openssl-1.0.1c'
make[1]: *** [/usr/local/src/openssl-1.0.1c/.openssl/include/openssl/ssl.h] Error 2
make[1]: Leaving directory `/soft/nginxlib/nginx-1.9.9'
make: *** [install] Error 2

安装的没有log文件路径呢