Can't locate ExtUtils/MakeMaker.pm in @INC

原文地址:http://help.directadmin.com/item.php?id=211

 

If you see the error:

Can't locate ExtUtils/MakeMaker.pm in @INC ...

Then you simply need to install that perl module.  To do so, type:

cd /root
wget http://files.directadmin.com/services/9.0/ExtUtils-MakeMaker-6.31.tar.gz
tar xvzf ExtUtils-MakeMaker-6.31.tar.gz
cd ExtUtils-MakeMaker-6.31
perl Makefile.PL
make
make install

and repeate the previous compile attempt that had previously generated that error.

你可能感兴趣的:(perl)