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

前端之家收集整理的这篇文章主要介绍了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相关文章