下列的本安装指南当到达步骤时:
./configure --with-nagios-group=nagios --with-command-group=nagcmd -–with-mail=/usr/bin/sendmail
我收到以下错误:
configure: error: unrecognized option: -–with-mail=/usr/bin/sendmail
Try `./configure --help' for more information.
知道为什么吗?保存后删除最后一个参数 (-–with-mail=/usr/bin/sendmail) 并继续吗?
我对测试和配置阶段确实这样做了,没有任何错误,但我担心会产生影响,而且在生产几天后我肯定不想再次重新编译 nagios ;)
答案1
抱歉,我的错!“with-mail”前面的“-”字符之一不是“-”。这次从 PDF 复制粘贴到控制台效果不佳。抱歉,感谢您的阅读。