I currently have a problem with the ulogd. Each time I try to start it, I get this error :
Wed Apr 23 14:18:42 2003 <7> ulogd.c:455 load_plugins: '/usr/local/lib/ulogd/ulogd_MYSQL.so': /usr/local/lib/ulogd/ulogd_MYSQL.so: undefined symbol: mysql_connect
Note that I had a little problem compiling it ...
A simple "configure --with-mysql" ran without problems, but compile the daemon I had to change a line in the "Rules.make" :
From
MYSQL_CFLAGS=-I/usr/local/mysql/include/mysql
to
MYSQL_CFLAGS=-I/usr/local/mysql/include
Used versions : Kernel 2.4.20 MySQL 4.0.12 Netfilter 1.2.7a ulogd 1.00
Thanks for reading
Freddy