Spamassasin

megahost

Verified User
Joined
Jun 21, 2006
Messages
21
when i try to install spamassasin then i get this error

Code:
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: *** Ingen angivne mål og ingen makefil fundet. Stop.
make: *** Ingen regel til at skabe mål 'install'. Stop.
File already exists:    Mail-SpamAssassin-3.1.1.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.

Any one who can help?
 
As root do:

Code:
perl -MCPAN -e shell

(Type in perl console):

install ExtUtils::MakeMaker
 
Code:
Can't locate CPAN.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 .).
BEGIN failed--compilation aborted.
 
Well i almost smashed my server with a hammer :D

i just nedeed to reinstall perl ;)

Thx anyway for the help
 
how do you install the missing perl modules?

apt-get install libextutils-autoinstall-perl


this way or another way?
 
Back
Top