in reply to Re: perlbrew/curl: curl: (60) Peer certificate cannot be authenticated with known CA certificates
in thread [SOLVED]: perlbrew/curl: curl: (60) Peer certificate cannot be authenticated with known CA certificates
Hello Perl300,
Sorry for the late reply but I just got the time to review your question.
There is a bug reported related to your problem:
ERROR: Failed to retrieve patchperl executable.
See here perlbrew fails to install patchperl #350. The solution that worked before the ticket was closed:
$ curl https://raw.githubusercontent.com/gugod/patchperl-packing/maste +r/patchperl > ~/perl5/perlbrew/bin/patchperl
From my point of view it looks that perlbrew is not installed correctly or need to be updated. If I was you I would simply ask the Admin of the node to login as root and install perlbrew from CPAN. By doing this you will avoid troubleshooting step by step the process.
Never the less I would highly recommend first installing the latest CPAN version for your CentosOS 6.8 e.g.:
$ sudo cpan cpan[1]> install CPAN cpan[2]> reload cpanThen simply ask him to run:
sudo cpan App::perlbrewI hope this helps, keep us updated. BR / Thanos
|
---|