编译nginx:pcre8.39报错
WARNING: ‘aclocal-1.15’ is missing on your system.centos7.0版本
Automake-1.15
- 下载地址:
http://ftp.gnu.org/gnu/automake/
http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz
- 编译
./configure --docdir=/usr/share/doc/automake-1.15
make
- 安装
sudo make install