[root@xx nginx-1.8.0]# make
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就成功了。

相关文章:

  • 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-11-06
  • 2021-12-25
  • 2022-01-21
  • 2021-10-16
  • 2022-12-23
  • 2022-02-08
相关资源
相似解决方案