Page 1 of 1

how to install OSSEC agent in the ubuntu server 20.04?

Posted: Sun Jun 07, 2020 4:13 am
by absanta
Anyone knows how to install OSSEC agent in the ubuntu server 20.04?

Re: how to install OSSEC agent in the ubuntu server 20.04?

Posted: Tue Jun 09, 2020 1:35 am
by absanta
The deb package for a ubuntu 18.04 doesn't work fine, because have problems with libraries.
The solution is make the executable from source via github.
Using instructions included.
First install all needed dependencies:
apt install libz-dev libssl-dev libpcre2-dev libevent-dev build-essential
After this:
sh install.sh
Don't forget put the key from server and start service.
that's all.
Please read carefully instructions, README, INSTALL, .....