解决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

 

相关文章:

  • 2021-05-01
  • 2022-12-23
  • 2021-05-14
  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
  • 2021-08-17
  • 2022-12-23
猜你喜欢
  • 2021-12-25
  • 2022-12-23
  • 2022-01-21
  • 2021-10-16
  • 2022-12-23
  • 2022-02-08
相关资源
相似解决方案