redhat6編譯安裝git錯誤imap-send.c: 在函數‘ssl_socket_connect’中: imap-send.c:291: 警告:不建議使用‘TLSv1_method’(聲明於 /usr/local/include/openssl/ssl.h:1612) imap-send.c: ...
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時就不會出錯了