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]