Programming Tutorials

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

By: Ashley in Linux Tutorials on 2011-09-18  

If you are getting this error (Can't locate ExtUtils/MakeMaker.pm in @INC ...), here is a simple solution for you.

You are probably trying to install an utiltiy such as Geo-IP in your linux machine and when you try to execute perl Makefile.PL, you will get this error.

To resolve this, you simply need to install as follows:

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





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Linux )

Latest Articles (in Linux)