in reply to Re^5: Obtaining perl-5.6.2 for modern Ubuntu
in thread Obtaining perl-5.6.2 for modern Ubuntu
So, I re-ran the command with --force but it still failed in exactly the same way.Generally, if you need to install a perl distribution known to have mi +nor test failures, do one of these commands to avoid seeing this message: perlbrew --notest install perl-5.6.2 perlbrew --force install perl-5.6.2
So I did that, and it installed that build of perl-5.6.2 just fine.If some perl tests failed and you still want to install this distribut +ion anyway, do: (cd /home/sisyphus/perl5/perlbrew/build/perl-5.6.2/perl-5.6.2; make +install)
|
|---|