I’m attempting to install spam and virus filtering according to the instructions on this page from the AFP site. Everything works fine until I get to this instruction:
[QUOTE]cpan> install Archive::Tar Archive::Zip BerkeleyDB Compress::Zlib Convert::UUlib Digest::MD5[/QUOTE]
For every module, Perl returns an error like this:
[QUOTE]Checking if your kit is complete…
Looks good
Writing Makefile for Digest
Makefile:35: *** missing separator. Stop.
/usr/bin/make — NOT OK
Running make test
Can’t test without successful make
Running make install
make had returned bad status, install seems impossible
Running make for G/GA/GAAS/Digest-MD5-2.33.tar.gz
Is already unwrapped into directory /Volumes/Data/Users/aaron/.cpan/build/Digest-MD5-2.33
CPAN.pm: Going to build G/GA/GAAS/Digest-MD5-2.33.tar.gz
Makefile:36: *** missing separator. Stop.
/usr/bin/make — NOT OK
Running make test
Can’t test without successful make
Running make install
make had returned bad status, install seems impossible[/QUOTE]
I have no idea what that means or what steps to take to fix it. Can anyone help me out?
Comments are closed