試圖解決我遇到的OpenSSL版本問題??磥砦业腗ac上有三個不同版本的OpenSSL。Python 2.7.11的版本為0.9.7m:python -c "import ssl; print ssl.OPENSSL_VERSION"OpenSSL 0.9.7m 23 Feb 2007在航站樓:openssl versionOpenSSL 1.0.1h 5 Jun 2014最近編譯/安裝的:/usr/local/ssl/bin/opensslOpenSSL> versionOpenSSL 1.0.2h 3 May 2016OpenSSL>我最近將OS X升級到10.11.5。在此過程中,導致以前使用的python腳本出現問題。下面是錯誤消息摘要:Python錯誤訊息: You are linking against OpenSSL 0.9.8, which is no longer * RuntimeError: You are linking against OpenSSL 0.9.8, which is no longer support by the OpenSSL project. You need to upgrade to a newer version of OpenSSL.(*-是的,這是錯誤消息的樣子。在句子的中間進行了修剪。)任何有關解決此問題的建議將不勝感激。我想要的是讓Python引用OpenSSL版本1.0.2h與過時的版本0.9.7m。我已經嘗試使用各種帖子/博客多次安裝Python和OpenSSL,但沒有任何運氣。
添加回答
舉報
0/150
提交
取消