View Single Post
  #2 (permalink)  
Old 08-25-2006, 07:18 PM
wildhuman wildhuman is offline
Senior Member
 
Posts: 64
Default

Finally, the make log show:

NOTE: settings for "make test" are now controlled using "t/config.dist".
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

************************************************** *************************
ERROR: the required Digest::SHA1 module is not installed.

The Digest::SHA1 module is used as a cryptographic hash for some
tests and the Bayes subsystem. It is also used by Razor2.


************************************************** *************************
NOTE: the optional Net:NS (version 0.34) module is not installed.

Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
perform MX checks, and is also used when manually reporting spam to
SpamCop. Recommended.

If this is installed and you are using network tests of any variety
(which is the default), then you need to make sure the Net:NS
version is sufficiently up-to-date:

- version 0.34 or higher on Unix systems
- version 0.46 or higher on Windows systems


************************************************** *************************
NOTE: the optional Mail::SPF::Query module is not installed.

Used to check DNS Sender Policy Framework (SPF) records to fight email
address forgery and make it easier to identify spams.


************************************************** *************************
NOTE: the optional IP::Country module is not installed.

Used by the RelayCountry plugin (not enabled by default) to determine
the domain country codes of each relay in the path of an email.


************************************************** *************************
NOTE: the optional Razor2 (version 2.61) module is not installed.

Used to check message signatures against Vipul's Razor collaborative
filtering network. Razor has a large number of dependencies on CPAN
modules. Feel free to skip installing it, if this makes you nervous;
SpamAssassin will still work well without it.

More info on installing and using Razor can be found
at http://wiki.apache.org/spamassassin/InstallingRazor .


************************************************** *************************
NOTE: the optional Net::Ident module is not installed.

If you plan to use the --auth-ident option to spamd, you will need
to install this module.


************************************************** *************************
NOTE: the optional IO::Socket::INET6 module is not installed.

This is required if the first nameserver listed in your IP
configuration or /etc/resolv.conf file is available only via
an IPv6 address.


************************************************** *************************
NOTE: the optional IO::Socket::SSL module is not installed.

If you wish to use SSL encryption to communicate between spamc and
spamd (the --ssl option to spamd), you need to install this
module. (You will need the OpenSSL libraries and use the
ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
compatibile spamc.)


************************************************** *************************
NOTE: the optional Time::HiRes module is not installed.

If this module is installed, the processing times are logged/reported
more precisely in spamd.


************************************************** *************************
NOTE: the optional DBI module is not installed.

If you intend to use SpamAssassin with an SQL database backend for
user configuration data, Bayes storage, or other storage, you will need
to have these installed; both the basic DBI module and the driver for
your database.


************************************************** *************************
NOTE: the optional Archive::Tar (version 1.23) module is not installed.

The "sa-update" script requires this module to access tar update
archive files.


************************************************** *************************
NOTE: the optional IO::Zlib (version 1.04) module is not installed.

The "sa-update" script requires this module to access compressed
update archive files.

REQUIRED module missing: Digest::SHA1
optional module missing: Net:NS
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: IO::Socket::SSL
optional module missing: Time::HiRes
optional module missing: DBI
optional module missing: Archive::Tar
optional module missing: IO::Zlib

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

Running make test
Make had some problems, maybe interrupted? Won't test
Running make install
Make had some problems, maybe interrupted? Won't install
Compiling perl lib swatch-3.1.1
Warning: prerequisite Date::Calc 0 not found.
Warning: prerequisite Time::HiRes 1.12 not found.
Writing Makefile for swatch
make[1]: Entering directory `/mnt/scsi/tmp/zimbra/ThirdParty/Perl/tmp/swatch-3.1.1'
cp swatch blib/script/swatch
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/swatch
Manifying blib/man1/swatch.1
Manifying blib/man3/Swatch::Throttle.3pm
Manifying blib/man3/Swatch::Actions.3pm
make[1]: Leaving directory `/mnt/scsi/tmp/zimbra/ThirdParty/Perl/tmp/swatch-3.1.1'
make[1]: Entering directory `/mnt/scsi/tmp/zimbra/ThirdParty/Perl/tmp/swatch-3.1.1'
Manifying blib/man1/swatch.1
Manifying blib/man3/Swatch::Throttle.3pm
Manifying blib/man3/Swatch::Actions.3pm
Writing /mnt/scsi/tmp/zimbra/ThirdParty/Perl/zimbramon/lib/i386-linux-thread-multi/auto/swatch/.packlist
Appending installation info to /mnt/scsi/tmp/zimbra/ThirdParty/Perl/zimbramon/lib/i386-linux-thread-multi/perllocal.pod
make[1]: Leaving directory `/mnt/scsi/tmp/zimbra/ThirdParty/Perl/tmp/swatch-3.1.1'
(cd /mnt/scsi/tmp/zimbra/ThirdParty/Perl/zimbramon/lib; tar czf /mnt/scsi/tmp/zimbra/ThirdParty/Perl/builds/FC4/perllib.tgz .)
chmod -R a+w /mnt/scsi/tmp/zimbra/ThirdParty/Perl/builds/FC4
:q

[root@hd-t3948cl Perl]# vi make.log
If you intend to use SpamAssassin with an SQL database backend for
user configuration data, Bayes storage, or other storage, you will need
to have these installed; both the basic DBI module and the driver for
your database.


************************************************** *************************
NOTE: the optional Archive::Tar (version 1.23) module is not installed.

The "sa-update" script requires this module to access tar update
archive files.


************************************************** *************************
NOTE: the optional IO::Zlib (version 1.04) module is not installed.

The "sa-update" script requires this module to access compressed
update archive files.

Last edited by wildhuman; 08-25-2006 at 08:42 PM..
Reply With Quote