On Thu, Apr 16, 2009 at 10:33 PM, alexus <[email protected]> wrote: > ./configure --enable-debug --enable-syslog --enable-virtual-users > --enable-domain-scale --with-storage-driver=hash_drv > > r...@mx1 ~/dspam-3.8.0 721$ grep ^StorageDriver /usr/local/etc/dspam.conf > StorageDriver /usr/local/lib/libhash_drv.so > r...@mx1 ~/dspam-3.8.0 722$ > > r...@mx1 ~/dspam-3.8.0 722$ ls -al /usr/local/lib/*_drv.so > ls: /usr/local/lib/*_drv.so: No such file or directory > r...@mx1 ~/dspam-3.8.0 723$ > > i even tried sqlite > > ./configure --enable-daemon --enable-debug --enable-syslog > --enable-virtual-users --enable-domain-scale > --with-storage-driver=sqlite3_drv > --with-sqlite-includes=/usr/local/include/ > --with-sqlite-libraries=/usr/local/lib > > still nothin end up in my /usr/local/lib/*_drv.so > > i think that's the problem.... > > can anyone suggest something here? >
allright, after a while i was able to get drivers r...@mx1 /usr/local/lib 510$ ls -la *_drv.so.* -rwxr-xr-x 1 root wheel 51397 Apr 17 15:26 libhash_drv.so.7.0 -rwxr-xr-x 1 root wheel 58170 Apr 17 15:26 libsqlite3_drv.so.7.0 r...@mx1 /usr/local/lib 511$ it only made them once i said i want 2 drivers instead of 1 ./configure --enable-debug --enable-syslog --enable-virtual-users --enable-domain-scale --with-storage-driver=hash_drv --enable-shared --enable-daemon yet it still getting same type of errors as I was before Apr 16 04:11:26 mx1 dspam[77779]: Unable to attach DSPAM context Apr 16 04:11:26 mx1 dspam[77779]: process_message returned error -2.delivering. -- http://alexus.org/ ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Dspam-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-user
