Package: specter-mysql
Version: 1.3+1.4pre2-2
Severity: important
*** Please type your report below this line ***
Hello,
I've tried to get specter with mySQL support running. Unfortunately
specter fails to load the MYSQL plugin located in
/usr/lib/specter/specter_MYSQL.so .
For your help I've attached my specter.conf and the specter.log to
this message.
The entries (user, pass, table, etc) for the mySQL server in the
specter.conf are still the default values. I just tried to reproduce
the error on my router at home.
It won't work also if I add ssl_enable and the other SSL options like
ssl_key, ssl_cert, etc. to the specter.conf.
Cheers,
Kai
-- System Information:
Debian Release: 3.1
Architecture: i386 (i486)
Kernel: Linux 2.4.19
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages specter-mysql depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libmysqlclient10 3.23.56-3 LGPL-licensed client library for M
ii specter 1.3+1.4pre2-2 packet logger for netfilter's ULOG
-- no debconf information
# Refer to specter.conf(5) manual for more information.
#
# This is special block that decides about global options
global {
# loglevel: low value = verbose logging
loglevel 1
# logfile: can point to a file or to stdout/stderr (this applies
# to almost any file option in different plugins)
logfile /var/log/specter.log
# socket receive buffer size (should be at least the size of the
# in-kernel buffer (ipt_ULOG 'nlbufsiz' parameter)
rmem 130K
# libipulog receive buffer size, should be > rmem
bufsize 150K
# grouping mode - can be netlink or nfmark
#grouping nfmark
# when not in netlink grouping mode, you can set single nlgroup to
listen to
#nlgroup 1
}
# This block sets paths to plugins
plugins {
BASE /usr/lib/specter/specter_BASE.so
LOCAL /usr/lib/specter/specter_LOCAL.so
HTTP /usr/lib/specter/specter_HTTP.so
PWSNIFF /usr/lib/specter/specter_PWSNIFF.so
OPRINT /usr/lib/specter/specter_OPRINT.so
PCAP /usr/lib/specter/specter_PCAP.so
LOGEMU /usr/lib/specter/specter_LOGEMU.so
MYSQL /usr/lib/specter/specter_MYSQL.so
PGSQL /usr/lib/specter/specter_PGSQL.so
SYSLOG /usr/lib/specter/specter_SYSLOG.so
EXEC /usr/lib/specter/specter_EXEC.so
}
1 {
:BASE
:MYSQL
db mydb
host localhost
user specter
pass foobar
table ip
buffsize 2M
}
Sun Jun 26 13:20:38 2005 <DEBUG> specter: Registering input plugin "base" for
group 1.
Sun Jun 26 13:20:38 2005 <FATAL> specter: Couldn't load plugin:
/usr/lib/specter/specter_MYSQL.so: undefined symbol: mysql_ssl_set.