Thread Perl auf Solaris updaten (17 answers)
Opened by bianca at 2015-11-20 18:38

bianca
 2015-11-21 09:31
#183017 #183017
User since
2009-09-13
6975 Artikel
BenutzerIn

user image
Hat geklappt!
Aber ganz unten ist noch ein Fehler. Kann ich den mißachten?
Quote
# /usr/sfw/bin/wget --no-check-certificate -O - http://install.perlbrew.pl/ | bash
--2015-11-21 08:28:52-- http://install.perlbrew.pl/
Resolving install.perlbrew.pl... 217.70.184.38
Connecting to install.perlbrew.pl|217.70.184.38|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://raw.githubusercontent.com/gugod/App-perlbr... [following]
--2015-11-21 08:28:53-- https://raw.githubusercontent.com/gugod/App-perlbr...
Resolving raw.githubusercontent.com... 185.31.17.133
Connecting to raw.githubusercontent.com|185.31.17.133|:443... connected.
WARNING: cannot verify raw.githubusercontent.com's certificate, issued by `/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert SHA2 High Assurance Server CA':
Unable to locally verify the issuer's authority.
WARNING: certificate common name `www.github.com' doesn't match requested host name `raw.githubusercontent.com'.
HTTP request sent, awaiting response... 200 OK
Length: 1254 (1.2K) [text/plain]
Saving to: `STDOUT'

100%[=======================================================================================================================================>] 1,254 --.-K/s in 0s

2015-11-21 08:28:53 (167 MB/s) - written to stdout [1254/1254]


## Download the latest perlbrew
2015-11-21 08:28:53 URL:http://gugod.github.io/App-perlbrew/perlbrew [198232/198232] -> "perlbrew-898" [1]

## Installing perlbrew
Nov 21 08:28:53 unknown sendmail[433]: [ID 702911 mail.alert] unable to qualify my own domain name (unknown) -- using short name
perlbrew is installed: ~/perl5/perlbrew/bin/perlbrew

perlbrew root (~/perl5/perlbrew) is initialized.

Append the following piece of code to the end of your ~/.bash_profile and start a
new shell, perlbrew should be up and fully functional from there:

source ~/perl5/perlbrew/etc/bashrc

Simply run `perlbrew` for usage details.

Happy brewing!

## Installing patchperl
sh: curl: not found
Can't exec "curl": No such file or directory at perlbrew-898 line 222.
open() for 'curl --insecure --silent --location --fail -o - https://raw.githubusercontent.com/gugod/patchperl-... No such file or directory at perlbrew-898 line 222.
10 print "Hallo"
20 goto 10

View full thread Perl auf Solaris updaten