开发者社区 问答 正文

安装nginxmake的时候怎么遇到这种情况啊


./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

展开
收起
运行中 2013-11-10 15:53:13 14526 分享 版权
1 条回答
写回答
取消 提交回答
  • Re安装nginxmake的时候怎么遇到这种情况啊
    有知道错在什么地方的吗
    2013-11-10 15:53:44
    赞同 展开评论