Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Installing perl module in CentOS is wrong.

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article to share with you is about the installation of perl module in CentOS error, Xiaobian feel quite practical, so share to everyone to learn, I hope you can read this article after some gains, not much to say, follow Xiaobian to see it.

When installing perl modules, the following error occurred:

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

The solution is 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

2、Can't locate Digest/MD5.pm in @INC

Can't locate Digest/MD5.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at - line 693.

Solution:

yum install perl-Digest-MD5

3、Can't locate ExtUtils/Manifest.pm in @INC

[root@localhost images]# cpanm install DBD::mysql

--> Working on install

Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/install-0.01.tar.gz ... OK

==> Found dependencies: ExtUtils::MakeMaker

--> Working on ExtUtils::MakeMaker

Fetching http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.30.tar.gz ... OK

Configuring ExtUtils-MakeMaker-7.30 ... OK

Can't locate ExtUtils/Manifest.pm in @INC (@INC contains: FatPacked::28224392=HASH(0x1aeab88) /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/bin/cpanm line 132.

Solution:

yum install perl-ExtUtils-MakeMaker -y

The above is the error in CentOS installation perl module, Xiaobian believes that some knowledge points may be seen or used in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report