[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就成功了。
[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就成功了。