On Wed, 2012-10-10 at 18:54 -0400, Joseph Acquisto wrote: > perl Makefil.pl (in spamassasin extract folder) gives this: > > Checking if your kit is complete... > Looks good > Warning: prerequisite Mail::DKIM 0.31 not found. > Writing Makefile for Mail::SpamAssassin > Problem? > Yes - perl-net-addr-ip has a dependency on Mail::DKIM
You can either: - use cpan to get that module and then repeat the cycle until you have satisfied all dependencies - install cpanm, which should do the same as cpan except that it also checks for dependencies and automatically installs any missing modules. Instructions for doing that are at http://cpan.perl.org/modules/INSTALL.html Martin