I currently trying th ulog daemon and have a little problem :
Each time I start the daemon, I get the following error :
Thu Apr 24 14:16:34 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
Used build steps :
configure --with-mysql
(without problems, even find mysql at the right place ...)
make
(had some problems, resolved them by changing a line in the Rules.make:
From :
MYSQL_CFLAGS=-I/usr/local/mysql/include/mysql
To :
MYSQL_CFLAGS=-I/usr/local/mysql/include
After that, no compile problems.)
make install
(no problems)
Used versions : Kernel : 2.4.20 Netfilter : 1.2.7a Ulogd : 1.0 Mysql : 4.0.12
I hope that somebody can help ...
Thanks for reading
Frederic Gobin