tengine pcre 安裝報錯

環境

1. CentOS 6.5 64bit
2. yum -y install gcc gcc-c++ autoconf automake make libtool openssl openssl-devel

報錯

[root@host-10-172-201-32 pcre-8.35]# ./configure --prefix=/opt/webserver/pcre
[root@host-10-172-201-32 pcre-8.35]# make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/local/src/pcre-8.35/missing aclocal-1.14 -I m4
/usr/local/src/pcre-8.35/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: *** [aclocal.m4] 錯誤 127

解決

[root@host-10-172-201-32 pcre-8.35]# autoreconf -ivf
相關文章
相關標籤/搜索