tripwire编译出错?? 400 报错
下载tripwired的ripwire-2.4.2-src.tar.bz2源码,前面编译都没事,只是最后sudo make installa安装配置输入accept后出错:以下是出错的地方,谁帮我看看问题出在那,谢了
Please type "accept" to indicate your acceptance of this
license agreement. [do not accept] accept
Using configuration file ./install/install.cfg
Checking for programs specified in install configuration file....
*** No sendmail found. Edit install.cfg and set
*** TWMAILPROGRAM to full path to sendmail, or
*** change TWMAILMETHOD to SMTP and set SMTP
*** settings appropriately.
make[3]: *** [install-data-hook] Error 1
make[3]: Leaving directory `/home/ubuntu/Downloads/tripwire-2.4.2-src'
make[2]: *** [install-data-am] Error 2
make[2]: Leaving directory `/home/ubuntu/Downloads/tripwire-2.4.2-src'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/ubuntu/Downloads/tripwire-2.4.2-src'
make: *** [install-recursive] Error 1
错误已经提示了啊,就是没有安装sendmail,请安装sendmail,然后make clean ,make distclean,然后再重新configure,make && make install就安装完成了!
谢谢
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。