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

JavaScript must be enabled for certain features to work
* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Linux )

Latest Articles (in Linux)

(追記) (追記ここまで)
(追記) (追記ここまで)

Related Tutorials

AltStyle によって変換されたページ (->オリジナル) /