Re: [ossec-list] Does Ossec support MariaDB?

2016-12-13 Thread stelmn
Right, yes. That was the part that I forgot. I installed mariadb but not mariadb-devel. Now it compiles without errors. Thank you! Natassia On Tuesday, December 13, 2016 at 4:20:44 AM UTC-8, Eero Volotinen wrote: > What Linux distribution you are using? > > you should install needed

Re: [ossec-list] Does Ossec support MariaDB?

2016-12-13 Thread dan (ddp)
On Mon, Dec 12, 2016 at 7:35 PM, wrote: > Hi, > > There hasn't been any action on this topic for over a year but it was never > answered and I'm running into the same issue. What libraries is it looking > for? Is there somewhere that I can look at, possibly edit the list? Why >

Re: [ossec-list] Does Ossec support MariaDB?

2016-12-13 Thread Jesus Linares
Hi, I have not used databases in OSSEC, but you can choose the type in the configuration: 192.168.2.30 ossecuser ossecpass ossec mysql In order to use databases, you must compile OSSEC with database support: # cd ossec-hids-* # cd src; make

Re: [ossec-list] Does Ossec support MariaDB?

2016-12-12 Thread stelmn
Hi, There hasn't been any action on this topic for over a year but it was never answered and I'm running into the same issue. What libraries is it looking for? Is there somewhere that I can look at, possibly edit the list? Why does it look for particular libraries, couldn't I just specify

Re: [ossec-list] Does Ossec support MariaDB?

2015-09-22 Thread dan (ddp)
On Sat, Sep 19, 2015 at 10:42 AM, Kai Chung Lau wrote: > I know Ossec supports PostgreSql and Mysql, but since MariaDb is the drop-in > replacement for Mysql, can Ossec also work with Mariadb? > > I have tried recompiling Ossec but it doesn't work. > [root@ju src]# make

[ossec-list] Does Ossec support MariaDB?

2015-09-19 Thread Kai Chung Lau
I know Ossec supports PostgreSql and Mysql, but since MariaDb is the drop-in replacement for Mysql, can Ossec also work with Mariadb? I have tried recompiling Ossec but it doesn't work. [root@ju src]# make setdb; Error: PostgreSQL client libraries not installed. Error: DB libraries not