If this is CentOS, they don't ship all of core perl out of the box. You could try:
yum -y install perl-devel perl-CPAN perl-Module-Build perl-core perl-libwww-perl Todd > On May 16, 2018, at 9:16 AM, Kevin A. McGrail <[email protected]> wrote: > > Try cpan install ExtUtils::MakeMaker. You might also look at setting up EPEL > for centos and see if a perl module for it is in the extended repo. > > On Wed, May 16, 2018, 09:46 Saahil Sirowa <[email protected] > <mailto:[email protected]>> wrote: > [root@localhost trunk]# perl Makefile.PL > > Can't locate ExtUtils/MakeMaker.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 > Makefile.PL line 8. > BEGIN failed--compilation aborted at Makefile.PL line 8 > > line 8 is use ExtUtils::MakeMaker; > > Thanks...
