Hello!
we configured and installed dspam with these options
./configure --with-dspam-home=/etc/dspam --prefix=/etc/dspam
--with-delivery-agent='/usr/local/bin/maildrop' --enable-virtual-users
--enable-domain-scale --with-dspam-owner=vpopmail --with-dspam-group=vchkpw
--with-dspam-home-group=vchkpw --with-dspam-home-owner=vpopmail
--disable-trusted-user-security --enable-verbose-debug
--with-storage-driver=mysql_drv --with-mysql-includes=/usr/include/mysql
--with-mysql-libraries=/usr/lib/mysql --enable-preferences-extension
--enable-signature-headers --enable-mysql4-initialization
we are getting this error in dspam.debug
_ds_init_storage() failed
_ds_init_storage: mysql_init: unable to initialize handle to database
and further on we noted that the file libmysql_drv.so does not exist at all
/etc/dspam/lib/libmysql_drv.so
so how do we solve this problem.
I don't have that file either.
# dpkg --get-selections | grep mysql
libmysqlclient15-dev install
libmysqlclient15off install
mysql-client-5.0 install
mysql-common install
mysql-server install
mysql-server-5.0 install
maybe you need to install the libmysqlclient15-dev package.
claas