how to install OSSEC agent in the ubuntu server 20.04?

Support/Development for OSSEC
absanta
New Forum User
New Forum User
Posts: 2
Joined: Sun Jun 07, 2020 4:08 am
Location: Barcelona

how to install OSSEC agent in the ubuntu server 20.04?

Unread post by absanta »

Anyone knows how to install OSSEC agent in the ubuntu server 20.04?
absanta
New Forum User
New Forum User
Posts: 2
Joined: Sun Jun 07, 2020 4:08 am
Location: Barcelona

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

Unread post 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, .....
Post Reply