make: *** No rule to make target `build', needed by `default'. Stop.
解决Centos7 解决安装Nginx编辑make && make install的不成功
make: *** No rule to make target `build', needed by `default'. Stop.
解决方案
1、安装下面配置
yum -y install make zlib-devel gcc-c++ libtool openssl openssl-devel
2、重新configure
./configure
3、编译
make && make install
博客主要围绕Centos7安装Nginx时,执行make && make install不成功的问题展开。给出了解决方案,包括安装相关配置、重新configure以及进行编译。
3131

被折叠的 条评论
为什么被折叠?



