./configure --user=nginx --group=nginx --with-http_stub_status_module --with-openssl=/usr/local/openssl/ --with-pcre=/usr/local/pcre-yuanma/ --prefix=/usr/local/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_realip_module --with-http_addition_module --with-http_gzip_static_module --with-http_random_index_module --with-http_sub_module --with-http_dav_module --with-http_ssl_module --with-zlib=/site/software/zlib-1.2.8/ --with-openssl=/usr/local/openssl-1.0.1e/
make -f objs/Makefile
make[1]: Entering directory `/usr/local/nginx-1.4.3'
cd /usr/local/pcre-yuanma/ \
&& if [ -f Makefile ]; then make distclean; fi \
&& CC="cc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \
./configure --disable-shared
make[2]: Entering directory `/usr/local/pcre-yuanma'
CDPATH="${ZSH_VERSION .}:" && cd . && /bin/sh /site/software/pcre-8.33/missing aclocal-1.13 -I m4
/site/software/pcre-8.33/missing: line 81: aclocal-1.13: command not found
WARNING: 'aclocal-1.13' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
<
http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<
http://www.gnu.org/software/autoconf>
<
http://www.gnu.org/software/m4/>
<
http://www.perl.org/>
make[2]: *** [aclocal.m4] Error 127
make[2]: Leaving directory `/usr/local/pcre-yuanma'
make[1]: *** [/usr/local/pcre-yuanma//Makefile] Error 2
make[1]: Leaving directory `/site/software/nginx-1.4.3'
make: *** [build] Error 2
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。