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

  • 相关阅读:
    Jmeter实现ajax异步同时发送请求
    数据构造技术框架的搭建及使用
    Maven安装与使用
    TFS2008安装环境
    ORACLE隐式提交导致的ORA01086错误:SAVEPOINT“丢失”
    关于记忆与学习
    ORACLE中异常处理
    【笔记:ORACLE基础】正则表达式
    malloc()和relloc()的用法【转】
    【笔记:ORACLE基础】用户管理
  • 原文地址:https://www.cnblogs.com/vipzrx/p/3488384.html
Copyright © 2011-2022 走看看