hhajhh 发表于 2019-1-14 12:48:07

nagios编译出错

  解压./configure 后进行make all就开始报错。

# make all
cd ./base && make
make:Entering directory '/tmp/nagios/base'
make:*** No rule to make target '/include/locations.h', needed by 'broker.o'. Stop.
make:Leaving directory '/tmp/nagios/base'
make:***Error 2
  

  解决办法:执行yum -y installperl后再./configure即可正常编译安装。



页: [1]
查看完整版本: nagios编译出错