zoukankan      html  css  js  c++  java
  • 解决 pcre-8.35 make[2]: *** [aclocal.m4] Error 127

    解决:make[2]: *** [aclocal.m4] Error 127

    [root@node01 nginx-1.7.7]# make
    make -f objs/Makefile
    make[1]: Entering directory `/root/nginx-1.7.7'
    cd /software/pcre_install/pcre-8.36
    && if [ -f Makefile ]; then make distclean; fi
    && CC="cc" CFLAGS="-O2 -fomit-frame-pointer -pipe "
    ./configure --disable-shared
    make[2]: Entering directory `/software/pcre_install/pcre-8.36'
    CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /software/pcre_install/pcre-8.36/missing aclocal-1.14 -I m4
    /software/pcre_install/pcre-8.36/missing: line 81: aclocal-1.14: command not found
    WARNING: 'aclocal-1.14' 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 `/software/pcre_install/pcre-8.36'
    make[1]: *** [/software/pcre_install/pcre-8.36/Makefile] Error 2
    make[1]: Leaving directory `/root/nginx-1.7.7'
    make: *** [build] Error 2
    [root@node01 nginx-1.7.7]#

    解决:

    [root@node01 pcre-8.36]# autoreconf -ivf

    完了以后再:make && make install

  • 相关阅读:
    Hihocoder #1014 : Trie树
    Codevs 1298 凸包周长
    洛谷 P1355 神秘大三角(计算几何基础)
    Cogs 1688. [ZJOI2008]树的统计Count(树链剖分+线段树||LCT)
    Poj 2887 Big String(块状数组)
    P1449 后缀表达式
    P3478 [POI2008]STA-Station
    P1533 可怜的狗狗
    P2073 送花
    P1014 Cantor表
  • 原文地址:https://www.cnblogs.com/walkersss/p/14068096.html
Copyright © 2011-2022 走看看