在安装perl的模块时候,出现这个错误:
Can't locate ExtUtils/MakeMaker.pm in @INC文章源自运维生存时间-https://www.ttlsa.com/perl/solution-cant-locate-extutilsmakemaker-pm-in-inc/
解决方法如下:文章源自运维生存时间-https://www.ttlsa.com/perl/solution-cant-locate-extutilsmakemaker-pm-in-inc/
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文章源自运维生存时间-https://www.ttlsa.com/perl/solution-cant-locate-extutilsmakemaker-pm-in-inc/文章源自运维生存时间-https://www.ttlsa.com/perl/solution-cant-locate-extutilsmakemaker-pm-in-inc/

我的微信
微信公众号
扫一扫关注运维生存时间公众号,获取最新技术文章~
1F
老大,我的显示是Can’t locate utils.pm in @INC ,我已经安装了perl-Sys-Statistics-Linux-0.59-3.el6.noarch.rpm
,就是在使用nagios插件时出的问题
B1
@ 谢谢 什么问题