spamd not found???

chow

Verified User
Joined
Aug 27, 2003
Messages
123
Location
The Netherlands
I ran the spam.sh as mentioned in the manual to install spamassasin. Everything runs without error.. At the end I noticed this:

REQUIRED module out of date: HTML::Parser
optional module missing: DB_File
optional module missing: Mail::SPF
optional module out of date: Mail::SPF::Query
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: Compress::Zlib
optional module missing: Time::HiRes
optional module missing: Mail::DomainKeys
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Archive::Tar
optional module missing: IO::Zlib
optional module missing: Encode::Detect

warning: some functionality may not be available,
please read the above report before continuing!

make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.


run:
/usr/bin/spamd -d -c -m 5


When I run the command than spamd is not found.. How to proceed???
 
I disabled smilies in your post to make it readable.

It looks like you're missing some required perl modules. Because of that the install didn't complete; note those last two lines beginning with make; the make didn't run so SpamAssassin wasn't installed.

Jeff
 
I get the same result now too (a year later, hehe , sorry)

And tried this :

apt-get install perl-base perl-modules

Tried reinstalling and get the same result
Code:
***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

  If you plan to use the normalize_charset config setting to detect
  charsets and convert them into Unicode, you will need to install
  this module.

REQUIRED module missing: Digest::SHA1
optional module out of date: Mail::SPF
optional module missing: Mail::SPF::Query
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: Compress::Zlib
optional module missing: Mail::DomainKeys
optional module missing: Mail::DKIM
optional module missing: DBI
optional module missing: Archive::Tar
optional module missing: IO::Zlib
optional module missing: Encode::Detect

warning: some functionality may not be available,
please read the above report before continuing!

make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.


run:
  /usr/bin/spamd -d -c -m 5

server:/usr/local/directadmin/scripts# /usr/bin/spamd -d -c -m 5
-bash: /usr/bin/spamd: No existe el fichero o el directorio
server:/usr/local/directadmin/scripts#

Any suggestion ? (besides rm -fr /*.* )

:D :D
 
thanks for the help. The problema was the the installer download perl as a 0kb file, and we just removed it and started again, and it finally worked :)

But thanks anyhow.:p
 
Back
Top