spamassassin installation problem in debian server

gejopaul

Verified User
Joined
Jan 4, 2006
Messages
19
Location
India
when I Install spamassassin in my debian server form the
./spam.sh script I got the following error
cd /usr/local/directadmin/scripts
# ./spam.sh
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto.
make: *** No hay ninguna regla para construir el objetivo `install'. Alto.
File already exists: Mail-SpamAssassin-3.1.0.tar.gz
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at Makefile.PL line 8.
BEGIN failed--compilation aborted at Makefile.PL line 8.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
what may be the problem?
can I use apt-get install spamassassin instead of it
can you please suggest a good post to install CLAMAV with DiectAdmin (Debian Server)
I am not facing any problems with my "fedora+Direct Admin" servers
 
Last edited:
solved

My problem is solved by installing perl-modules,still also I am in the preparation of installing CLAMAV
 
geoschmucker said:
what modules did you install? I have the same problem over here..

thankz,
Peter

I would just install the ones that it is complaining about. I also had this problem but I forgot exactly what ones. I know it was less then 4 that I had to install though.

ExtUtils::MakeMaker will be your first module to install. You can search keywords at http://cpan.perl.org
 
Back
Top