当前位置: 代码迷 >> 综合 >> make: *** No rule to make target `build‘, needed by `default‘. Stop.
  详细解决方案

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

热度:72   发布时间:2024-01-28 09:28:10.0

解决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
  相关解决方案