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

  • 相关阅读:
    services parameters 是如何表现的
    session表有多少条记录?
    php://input 如何用?
    getEditableConfigNames
    UTC + 8 = Beijing Time
    file vs database
    多环境drupal安全install.php
    新建block+cache
    drupal 8 bigpipe lazy_builder
    hook_theme 的重要性
  • 原文地址:https://www.cnblogs.com/vipzrx/p/3488384.html
Copyright © 2011-2022 走看看