spamassassin wil not started

wd4u

Verified User
Joined
Aug 12, 2004
Messages
13
Location
/usr/local/directadmin/
hello

i have spamassassin installed on me freebsd 5.1 server and can't spamassassin not start whit tis problem what the problem ?

w4hosting# /usr/bin/spamd -d -c -m 5
Required module Storable not found!
w4hosting#
:confused: :confused:

pls help me to tis problem

sorry for me bad english
 
If you are on FreeBSD by chance do this:

cd /usr/ports/devel/p5-Storable
make install clean

If you are RH then you will have to get the appropriate RPM to install it or use CPAN. More information can be found at:

http://search.cpan.org/dist/Storable/

Once installed you will be able to start the spamd.

Big Wil
 
Last edited:
Back
Top