I'm trying to get Razor installed on my spam filtering relay server and i've hit a few issues. the box is already running mailscanner and DCC (i found a decent guide that was mailscanner specific and that works with no issues). When i try to go through the razor install, it fails on the step that is says to run "make install". here is what i have done so far
--Installed razor SDK--
perl Makefile.PL
make
make test
make install
--Attempted install of razor client--
perl Makefile.PL
make
make test
make install
Both are the newest version off of the razor website, and the SDK works without any errors. when i run that last command for the client, it gives a whole bunch of output but has some errors at the end:
...Digest::SHA1 object version 2.01 does not match bootstrap parameter 2.06 at /usr/lib/perl5/5.8.0/i386-
linux-thre
ad-multi/D
ynaLoader.
pm line 249.
Compilation failed in require at lib/Razor2/String.pm line 4.
BEGIN failed--compilation aborted at lib/Razor2/String.pm line 4.
Compilation failed in require at (eval 6) line 3.
...propagated at /usr/lib/perl5/5.8.0/base.
pm line 64.
BEGIN failed--compilation aborted at lib/Razor2/Client/Core.pm line 21.
Compilation failed in require at (eval 3) line 3.
...propagated at /usr/lib/perl5/5.8.0/base.
pm line 64.
BEGIN failed--compilation aborted at lib/Razor2/Client/Agent.pm
line 18.
Compilation failed in require at blib/script/razor-client line 21.
BEGIN failed--compilation aborted at blib/script/razor-client line 21.
make: *** [install_razor_agents] Error 2
any ideas on what is wrong here? also, if anyone has any experiance getting razor to work with mailscanner correctly, that would help for when i figure this out and move forward.
One last question and i'll shut up, how hard is it to get python on the system? i was originally thinking of putting DCC,razor, and pyzor on the box but i heard that pyzor requires python. i'm trying to make this box as effective as possible so i guess 3 checksum DB's is better then 2 but is pyzor worth the effort if i get the other two up?
Start Free Trial