zoukankan      html  css  js  c++  java
  • OpenSSL version mismatch. Built against 1000105f, you have 10001060

    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732940

    http://ftp.debian.org/debian/pool/main/o/openssh/?C=M;O=D

    現象:

    $ ssh 192.168.1.3
    OpenSSL version mismatch. Built against 1000105f, you have 10001060

    jb@e3v2:~$ aptitude show openssl
    Package: openssl                        
    State: installed
    Automatically installed: yes
    Version: 1.0.1e-5
    Priority: optional
    Section: utils
    Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
    Architecture: amd64
    Uncompressed Size: 1,105 k
    Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.1)
    Suggests: ca-certificates
    Conflicts: openssl
    Description: Secure Sockets Layer toolkit - cryptographic utility
     This package is part of the OpenSSL project's implementation of the SSL and TLS
     cryptographic protocols for secure communication over the Internet.
     
     It contains the general-purpose command line binary /usr/bin/openssl, useful
     for cryptographic operations such as:
     * creating RSA, DH, and DSA key parameters;
     * creating X.509 certificates, CSRs, and CRLs;
     * calculating message digests;
     * encrypting and decrypting with ciphers;
     * testing SSL/TLS clients and servers;
     * handling S/MIME signed or encrypted mail.

    [1]   Exit 127                https://www.google.com.hk/search?q=OpenSSL+version+mismatch.+Built+against+1000105f%2C+you+have+10001060
    [2]   Done                    oq=OpenSSL+version+mismatch.+Built+against+1000105f%2C+you+have+10001060
    [3]-  Done                    aqs=chrome..69i57.1510j0j1
    [4]+  Done                    sourceid=chrome

    解決:

    下載

    http://ftp.debian.org/debian/pool/main/o/openssh/openssh-client_6.4p1-2_amd64.deb

    http://ftp.debian.org/debian/pool/main/o/openssh/openssh-server_6.4p1-2_amd64.deb

    安裝

    先卸載自帶的

    $ sudo apt-get remove openssh-client openssh-server

    $ sudo dpkg -i openssh-server_6.4p1-2_amd64.deb

    $ sudo dpkg -i openssh-client_6.4p1-2_amd64.deb

  • 相关阅读:
    tp5.前端模板注释
    站在历史天空下的幻想——高考感怀七十二韵
    公交查询
    模糊查询
    ibox 的使用
    tabs 导航 及内容切换
    c#ADO.NET 执行带参数及有返回数据
    Sql Server中变的定义以及赋值的应用
    EF的3种开发模式
    php7.1.30 下微信公众号问题
  • 原文地址:https://www.cnblogs.com/vipzrx/p/3488384.html
Copyright © 2011-2022 走看看