>(I'm running Activestate 64 bit on Win 2003 Server).  Any idea why it's 
not working?

Seems you don't read install instructions! The ASSP-V2 module installer 
would have installed all required modules and if not, it would have shown 
why.

Don't use a 64 Bit Perl on windows - this leads in to a mixed (64/32) 
Perl, because most post installed modules are compiled for 32 Bit.
Or if you want to use a 64Bit Perl you have to compile all required 
modules that contains XS code for your platfrom.

>>but I have DB_File installed.

check the startup log (maillog.txt) for errors and warnings
check the 'Perl Modules' section in the GUI->Infos and Stats

check this from the command line:

>perl -e "use DB_File; print DB_File->VERSION;"

If all is Ok, you'll see something similar:

C:\Windows\system32>perl -e "use DB_File; print DB_File->VERSION;"
1.826
C:\Windows\system32>

At least - DB_File (which is BerkeleyDB V1) is 10 times slower than 
BerkeleyDB (v4 or V5 engine) and module v 0.51. - and BerkeleyDB.pm is 
required to build the HMM database!

IMHO - you should uninstall Perl, remove the Perl folder from the system, 
install 5.12 or 5.14 32Bit , download the assp.mod.zip - unzip it in the 
folder assp - change with CMD in to assp/assp.mod/install - edit the 
install.cmd if required and run it.

Thomas



Von:    Michelle Dupuis <mdup...@ocg.ca>
An:     "assp-test@lists.sourceforge.net" 
<assp-test@lists.sourceforge.net>, 
Datum:  14.08.2012 15:32
Betreff:        [Assp-test] Missing DB_File wrong



I see this message during rebuild:


Aug-14-12 06:11:33 warning: 'useDB4Rebuild' is set to on, but 'BerkeleyDB' 
nor 'DB_File' are available - the rebuild spamdb process uses the internal 
'orderedtie' and will possibly require more time and a large amount of 
memory - check 'OrderedTieHashTableSize'!



but I have DB_File installed.  (I'm running Activestate 64 bit on Win 2003 
Server).  Any idea why it's not working?
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test




DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to