Skip to content

Instantly share code, notes, and snippets.

@memememomo
Created April 28, 2014 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save memememomo/11365624 to your computer and use it in GitHub Desktop.
Save memememomo/11365624 to your computer and use it in GitHub Desktop.
plenv install-cpanm でエラー ref: http://qiita.com/uchiko/items/009bfd857ed09b998313
$ plenv install-cpanm
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 303 0 303 0 0 2648 0 --:--:-- --:--:-- --:--:-- 2657
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 226 100 226 0 0 198 0 0:00:01 0:00:01 --:--:-- 198
Bareword found where operator expected at - line 3, near "400 Bad"
(Missing operator before Bad?)
Bareword found where operator expected at - line 6, near "<p>Your"
(Missing operator before Your?)
syntax error at - line 2, near "html>"
Execution of - aborted due to compilation errors.
$ curl --version
curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.14.0.0 zlib/1.2.3 libidn/1.18 libssh2/1.4.2
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz
# cd /usr/local/src
# wget http://curl.haxx.se/download/curl-7.36.0.tar.gz
# tar xvzf curl-7.36.0.tar.gz
# cd curl-7.36.0
# ./configure --prefix=/usr/local --with-openssl
# make && make install
# mv /usr/bin/curl /usr/bin/curl.old
$ curl --version
curl 7.36.0 (x86_64-unknown-linux-gnu) libcurl/7.36.0 OpenSSL/1.0.1e zlib/1.2.3 libidn/1.18
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: IDN IPv6 Largefile NTLM NTLM_WB SSL libz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment