Cent OS 7 安装方法 - GangZhuo/BaiduPCS GitHub Wiki

编译之前要安装好以下环境!

  1. yum install openssl

  2. yum install libpcap-devel openssl-devel cmake

  3. yum install libcurl-devel

  4. ./configure 后 开始make, make install 就OK了!

5.如果WARNING: 'aclocal-1.15' 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 下载https://github.com/gp187/nginx-builder/blob/master/fix/aclocal.sh 运行脚本,就能解决