ossec:install_ossec
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ossec:install_ossec [2016/10/09 10:24] – peter | ossec:install_ossec [2019/12/01 11:40] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== OSSEC - Install OSSEC ====== | ||
- | |||
- | ===== Prerequisites ===== | ||
- | |||
- | Installation of OSSEC involves some compiling, so you need **gcc** and **make** installed. | ||
- | |||
- | You also need to install a package called **inotify-tools**, | ||
- | |||
- | <code bash> | ||
- | sudo aptitude update | ||
- | sudo aptitude install build-essential inotify-tools | ||
- | </ | ||
- | |||
- | |||
- | If database support is needed **mysql-dev** or **postgresql-dev** should be installed. | ||
- | |||
- | <code bash> | ||
- | # apt-get install mysql-dev postgresql-dev | ||
- | </ | ||
- | |||
- | |||
- | |||
- | |||
- | ===== Download and Verify OSSEC ===== | ||
- | |||
- | http:// | ||
- | |||
- | |||
- | |||
- | |||
- | ===== References ===== | ||
- | |||
- | http:// | ||
- | |||
- | https:// | ||
- | |||
ossec/install_ossec.1476008690.txt.gz · Last modified: 2020/07/15 09:30 (external edit)