首页 > 其他 > 详细

执行make出现:make: *** No rule to make target `build'

时间:2021-06-28 15:20:03      阅读:23      评论:0      收藏:0      [点我收藏+]

------------恢复内容开始------------

./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option.

make: *** No rule to make target `build‘, needed by `default‘.  Stop.

技术分享图片

 

 

依赖没有安装

一键安装依赖:

yum -y install make zlib-devel gcc-c++ libtool openssl openssl-devel

技术分享图片

 

 安装完成之后重新执行 make 

------------恢复内容结束------------

执行make出现:make: *** No rule to make target `build'

原文:https://www.cnblogs.com/xieshilin/p/14944103.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!