码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-04-15 11:59:26      阅读:1944      评论:0      收藏:0      [点我收藏+]

标签:***   tar   build   UI   yum   eve   nginx   成功   evel   

[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.

标签:***   tar   build   UI   yum   eve   nginx   成功   evel   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!