我正在尝试使用数据库支持在我的服务器上安装OSSEC HIDS(之前已通过邮件通知完成)。我已经有PostgreSQL和其他数据库,但是当我尝试使用Database Suport编译OSSEC时(如本指南中所示:http://ossec-docs.readthedocs.io/en/latest/manual/output/database-output.html),我收到以下错误(运行命令#make setdb时):
Error: MySQL client libraries not installed.
Error: DB libraries not installed.
试图忽略它并使用instal.sh脚本安装它,它工作正常,但当我将数据库选项添加到配置文件时,我得到:
Starting OSSEC HIDS v2.8.3 (by Trend Micro Inc.)...
2016/06/06 18:34:58 ossec-dbd(5207): ERROR: OSSEC not compiled with support for 'postgresql'.
2016/06/06 18:34:58 ossec-dbd(1202): ERROR: Configuration error at '/var/ossec/etc/ossec.conf'. Exiting.
答案 0 :(得分:0)
您必须安装SET
。使用此:
sudo apt-get -y install libpq-dev
此外,为了安全起见,也要安装这些包:
sudo apt-get install postgresql-client postgresql-client-common
如果您仍然面临任何问题,请告诉我。它对我来说很好。