[root@virtz01-ctl-c1n1 Nagios-Monitoring-Plugin-0.51]# yum install perl-CPANlmiltchev wrote:You have custom repos... This is not a typical (vanilla) CentOS 7 system. The perl-devel package should be provided by the base repo. Anyway, you can try to install the missing perl module via cpan. Try this:
Code: Select all
cpan install ExtUtils::MakeMaker
Loaded plugins: changelog, fastestmirror, priorities
Loading mirror speeds from cached hostfile
* ctlsdn-base: keep.ctlsdn.io
* ctlsdn-controlpod: keep.ctlsdn.io
* ctlsdn-openvswitch: keep.ctlsdn.io
No package perl-CPAN available.
Error: Nothing to do
[root@virtz01-ctl-c1n1 Nagios-Monitoring-Plugin-0.51]# cpan install ExtUtils::MakeMaker
-bash: cpan: command not found