I can’t find make or gmake, and my life depends on it When I tried to install perl-5.18.0 in CentOS 6.4, I got the following error: ‘I can’t find make or gmake, and my life depends on it. Go find a public domain implementation or fix your PATH setting!’ The error message is shown in […]
Tag: CPAN
CPAN error please check the validity of the index file
CPAN error please check the validity of the index file To install a module from CPAN in CentOS, we need to install perl-CPAN module. After it is installed, we may use interactive shell by using the command: “perl -MCPAN -e shell”, or we can also use ‘CPAN’ command to install a cpan module. When I […]
Can’t locate CPAN.pm – Fixed
Can’t locate CPAN.pm – Fixed To install Perl modules from CPAN using an interactive shell, we use the command: perl -MCPAN -e shell If we type this command in CentOS 6.4, we get an error as shown in Figure-1 […]