hi 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. rajesh mahadevan
