Chinaunix首页 | 论坛 | 博客
  • 博客访问: 259707
  • 博文数量: 56
  • 博客积分: 1190
  • 博客等级: 少尉
  • 技术积分: 640
  • 用 户 组: 普通用户
  • 注册时间: 2011-09-21 17:05
文章分类

全部博文(56)

文章存档

2014年(2)

2013年(4)

2012年(46)

2011年(4)

我的朋友

分类: LINUX

2012-02-28 18:32:25



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
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.
阅读(3113) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~