首页 > 其他 > 详细

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

时间:2018-04-15 11:02:05      阅读:3281      评论:0      收藏:0      [点我收藏+]

[root@xx nginx-1.8.0]# make
make: *** No rule to make target `build‘, needed by `default‘.  Stop.

[root@xx nginx-1.8.0]#

 

解决办法是需要安装openssl以及ncurses组件

yum install -y openssl*

yum -y install ncurses-devel

 

之后在make就成功了。

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

原文:https://www.cnblogs.com/javaboy2018/p/8836332.html

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