Skip Menu |

This queue is for tickets about the App-perlbrew CPAN distribution.

Report information
The Basics
Id: 69534
Status: open
Priority: 0/
Queue: App-perlbrew

People
Owner: Nobody in particular
Requestors: njh [...] bandsman.co.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.27
Fixed in: (no value)



Subject: Install failure on Solaris/x86 10
-bash-3.00$ curl -L -k http://xrl.us/perlbrewinstall | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 227 100 227 0 0 740 0 --:--:-- --:--:-- --:--:-- 756 100 184 100 184 0 0 556 0 --:--:-- --:--:-- --:--:-- 556 0 131 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 642 100 642 0 0 700 0 --:--:-- --:--:-- --:--:-- 700 ## Download the latest perlbrew ## Download the packed patchperl ## Installing perlbrew chmod: WARNING: can't access perlbrew bash: line 15: ./perlbrew: No such file or directory ## Installing patchperl chmod: WARNING: can't access patchperl cp: cannot access patchperl ## Done. ./perlbrew: No such file or directory ./patchperl: No such file or directory
From: njh [...] bandsman.co.uk
I think the problem is that the script which is retrieved doesn't give the -k option to curl.
On Mon Jul 18 12:02:40 2011, njh@bandsman.co.uk wrote: Show quoted text
> I think the problem is that the script which is retrieved doesn't give > the -k option to curl.
Can you try adding that to the installer and see if that works for you ? I tried adding -k it on Mac and it does not break. If that makes it working I'll add -k to the installer :)
From: njh [...] bandsman.co.uk
Yes - looks good, thanks.