Confirmed on Ubuntu 9.10

ulogd 1.24-2.1ubuntu2 
ulogd-mysql 1.24-2.1ubuntu2

When starting ulogd with the MySQL plugin enabled:
...
ulogd.c:462 load_plugins: '/usr/lib/ulogd/ulogd_MYSQL.so': 
/usr/lib/ulogd/ulogd_MYSQL.so: undefined symbol: mysql_fetch_field
...

Worked around it by adding:

export LD_PRELOAD=/usr/lib/libmysqlclient.so.16

to the ulogd init script (/etc/init.d/ulogd)

-- 
Library "ulogd_MYSQL.so" should be linked to "libmysqlclient.so"
https://bugs.launchpad.net/bugs/291374
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to