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

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

[root@xx nginx-1.8.0]#

 

The solution is to install openssl and ncurses components

yum install -y openssl*

yum -y install ncurses-devel

 

After make it succeeded.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325950605&siteId=291194637