QuoteThis is perl, v5.8.4 built for i86pc-solaris-64int
(with 37 registered patches, see perl -V for more detail)
Quote# \curl -L http://install.perlbrew.pl/ | bash
curl: not found
# \wget -O - http://install.perlbrew.pl/ | bash
wget: not found
# \fetch -o- http://install.perlbrew.pl/ | sh
fetch: not found
2015-11-20T17:51:54 GwenDragonWieso hast du da ein \ davor?
2015-11-20T17:51:54 GwenDragonIch weiß es nicht mehr so genau, lange her, mit dem Solaris; aber ich glaube: /usr/sfw/bin/wget
Quote# /usr/sfw/bin/wget -O - http://install.perlbrew.pl/ | bash
--2015-11-20 18:19:51-- 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-20 18:19:52-- https://raw.githubusercontent.com/gugod/App-perlbr...
Resolving raw.githubusercontent.com... 23.235.43.133
Connecting to raw.githubusercontent.com|23.235.43.133|:443... connected.
ERROR: cannot verify raw.githubusercontent.com's certificate, issued by `/C=US/O=DigiCert Inc/OU=www.digicert.com/C N=DigiCert SHA2 High Assurance Server CA':
Unable to locally verify the issuer's authority.
ERROR: certificate common name `www.github.com' doesn't match requested host name `raw.githubusercontent.com'.
To connect to raw.githubusercontent.com insecurely, use `--no-check-certificate'.
Quote# /usr/sfw/bin/wget --no-check-certificate -O - http://install.perlbrew.pl/ | bash
--2015-11-21 06:35:13-- 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 06:35:13-- 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 06:35:14 (159 MB/s) - written to stdout [1254/1254]
Need wget or curl to use bash
#
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.
Quote# perlbrew install perl-5.18.2
perlbrew: not found
2015-11-21T13:49:52 GwenDragonWohin ist perlbrew installiert? Nach /opt/perlbrew/ oder wie? Wo liegt denn das Perlprogramm perlbrew?
Quote# cd /perl5
# cd perlbrew
# ls -l
total 15
drwxr-xr-x 2 root root 4 Nov 22 06:06 bin
drwxr-xr-x 2 root root 2 Nov 21 08:28 build
drwxr-xr-x 2 root root 2 Nov 21 08:28 dists
drwxr-xr-x 2 root root 9 Nov 21 08:28 etc
drwxr-xr-x 2 root root 2 Nov 21 08:28 perls
# cd bin
# ls -l
total 3082
-rwxr-xr-x 1 root root 1201154 Nov 22 06:06 patchperl
-rwxr-xr-x 1 root root 198244 Nov 22 06:06 perlbrew
2015-11-21T13:49:52 GwenDragonDas Verzeichnis muss du in deiner eigenen .profile des eingeloggten Kontos ändern, nicht in der globalen /etc/profile.
Und dann nochmals ausloggen und einloggen.
QuoteThe profile that all logins get before using their own .profile
Quote# gcc -dumpversion
3.4.3
QuoteUse which C compiler? [cc]
/usr/ucb/cc: language optional software package not installed
Uh-oh, the C compiler 'cc' doesn't seem to be working.
You seem to have a working gcc, though.
*** However, any setting of the C compiler flags (e.g. for thread support)
*** will be lost. It may be necessary for you to restart Configure and
*** add -Dcc=gcc to your Configure command line.
Would you like to go ahead and try gcc anyway? [n]
/usr/ucb/cc: language optional software package not installed
Uh-oh, the C compiler 'cc' doesn't seem to be working.
You need to find a working C compiler.
Either (purchase and) install the C compiler supplied by your OS vendor,
or for a free C compiler try http://gcc.gnu.org/
I cannot continue any further, aborting.