LINUX下编译Nginx出现WARNING: 'aclocal-1.14' is missing on your system错误的解决办法

今天在Ubuntu下编译了下nginx,openssl直接使用apt-get install libssl-dev安装的Openssl库,在配置完进行编译nginx时,在进入到pcre目录下进行编译时出现了警告

WARNING: 'aclocal-1.14' is missing on your system,虽然是警告,但是编辑无法向下进行了,只能进行上网搜索,最后发现可能缺少了如下几个程序:autotools-dev; automake; m4.

安装这几个程序后再进行make即可成功编译通过。

贴下我的配置:

./configure --builddir=build --conf-path=conf/nginx.conf --pid-path=logs/nginx.pid --http-log-path=logs/access.log --error-log-path=logs/error.log --http-client-body-temp-path=temp/client_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-temp-path=temp/fastcgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=../pcre --with-zlib=../zlib --with-select_module --with-http_ssl_module --with-http_sub_module

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值