[root@xx nginx-1.8.0]# make
make: *** No rule to make target `build', needed by `default'. Stop.
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就成功了。
本文介绍了解决在编译Nginx过程中遇到的'没有规则来制作目标`build'的问题。通过安装openssl和ncurses-devel组件,成功解决了make命令无法正常执行的问题。
3085





