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

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.

 
troubleshooting/locate_extutils.txt · Last modified: 2010/02/22 04:47 by muscardin
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Please visit Automatic Backlinks to start earning free backlinks Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki