• redhat6安装git出现的问题


    redhat6编译安装git错误imap-send.c: 在函数‘ssl_socket_connect’中: imap-send.c:291: 警告:不建议使用‘TLSv1_method’(声明于 /usr/local/include/openssl/ssl.h:1612) imap-send.c: 在函数‘cram’中: imap-send.c:865: 错误:‘hmac’的存储大小未知 imap-send.c:880....????????

    git安装步骤::

    [root@ff Downloads]# wget https://www.kernel.org/pub/software/scm/git/git-2.3.5.tar.gz

    [root@ff Downloads]# tag zxf git-2.3.5.tar.gz

    [root@ff Downloads]# cd git-2.3.5 [root@skd git-2.3.5]# ./configure

    [root@ff git-2.3.5]# make

    [root@ff git-2.3.5]# make install

    [root@ff git-2.3.5]# git --version

    原因是由于系统里安装了多版本的openssl ,删除/usr/local/include/openssl目录下的所有文件即可,make时就不会出错了

  • 相关阅读:
    NSIS制作安装程序
    poj_1011木棒
    hdoj_1312Red and Black
    搜索题目推荐及解题报告
    应届生就职前要读的几本书
    poj_1564Sum It Up
    priority_queue用法
    hdoj_2952Counting Sheep
    poj_1154LETTERS
    poj_2362
  • 原文地址:https://www.cnblogs.com/wxsblog/p/7283868.html
Copyright © 2020-2023  润新知