zoukankan      html  css  js  c++  java
  • centos 6.5 安装weixin

    下载cpanm
    
    wget  http://xrl.us/cpanm  --no-check-certificate -O /sbin/cpanm && chmod +x  /sbin/cpanm
    
    
    centos6.5:/root/mojo#cpanm https://cpan.metacpan.org/authors/id/S/SJ/SJDY/Mojo-Weixin-1.2.1.tar.gz
    --> Working on https://cpan.metacpan.org/authors/id/S/SJ/SJDY/Mojo-Weixin-1.2.1.tar.gz
    Fetching https://cpan.metacpan.org/authors/id/S/SJ/SJDY/Mojo-Weixin-1.2.1.tar.gz ... ERROR: LWP will support https URLs if the LWP::Protocol::https module is installed.
    FAIL
    ! Download https://cpan.metacpan.org/authors/id/S/SJ/SJDY/Mojo-Weixin-1.2.1.tar.gz failed. Retrying ... 
    ERROR: LWP will support https URLs if the LWP::Protocol::https module is installed.
    ! Download https://cpan.metacpan.org/authors/id/S/SJ/SJDY/Mojo-Weixin-1.2.1.tar.gz failed. Retrying ... 
    ERROR: LWP will support https URLs if the LWP::Protocol::https module is installed.
    ! Download https://cpan.metacpan.org/authors/id/S/SJ/SJDY/Mojo-Weixin-1.2.1.tar.gz failed. Retrying ... 
    ! Failed to download https://cpan.metacpan.org/authors/id/S/SJ/SJDY/Mojo-Weixin-1.2.1.tar.gz
    ! Failed to fetch distribution Mojo-Weixin-1.2.1
    
    
    
    yum -y install *SSL*
    
    yum -y install *ssl*
    
    
    centos6.5:/root#cpan Net::SSLeay
    
    
    centos6.5:/root#cpan IO::Socket::SSL
    
    centos6.5:/root#cpanm https://cpan.metacpan.org/authors/id/S/SJ/SJDY/Mojo-Weixin-1.2.1.tar.gz
    --> Working on https://cpan.metacpan.org/authors/id/S/SJ/SJDY/Mojo-Weixin-1.2.1.tar.gz
    
    
    

  • 相关阅读:
    A. Maze
    A. Ice Skating (联通块)
    A. DZY Loves Chessboard (找到一个涂一个)
    C. Kefa and Park
    A. Party
    N皇后问题
    八皇后问题
    A. DZY Loves Sequences
    A. Reorder the Array (二分变形)
    BZOJ1681 [Usaco2005 Mar]Checking an Alibi 不在场的证明
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13350098.html
Copyright © 2011-2022 走看看