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

  • 相关阅读:
    PLSQL登录弹出空白框如何解决
    mongodb常用命令
    js多线程?
    Rhino -- 基于java的javascript实现
    [原创]在Docker上部署mongodb分片副本集群。
    [原创]在Linux系统Ubuntu14.04上安装部署docker。
    [原创]Win7、Win8、Win10始终以管理员身份运行程序。
    [原创]WPF应用MediaPlayer播放声音断续、不全解决方案
    [原创]C#引用C++编译的dll
    [原创]导出CSV文件,特殊字符处理。
  • 原文地址:https://www.cnblogs.com/vipzrx/p/3488384.html
Copyright © 2011-2022 走看看