python openssl模組如何安裝?
小編曾經有過這樣的經歷,就是在安裝使用django框架時候,遇到了部分模組不能夠使用,檢查了很久,才發現是因為版本問題,需要重新編譯安裝一個模組版本。這個模組就是我們今天要說的 openssl模組,給大家來一個高瞻遠矚,先讓大家掌握住怎麼去安裝 openssl模組,方便大家日後碰到類似問題,可以得到有效解決。
第一步、下載openssl模組
wget tar -zxvf openssl-1.1.1a.tar.gz cd openssl-1.1.1a
第二步、安裝openssl模組
./config --prefix=/usr/local/openssl make&& make install
第三步、配置
ln -s /usr/local/openssl/include/openssl /usr/include/openssl ln -s /usr/local/openssl/lib/libssl.so.1.1 /usr/local/lib64/libssl.so ln -s /usr/local/openssl/bin/openssl /usr/bin/openssl
關於python裡的openssl模組安裝到此就已經全部完成了,如果需要安裝這個模組,或者遇到在進行Django框架安裝時候遇到這樣的問題,都可以利用上述方式進行解決。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/3486/viewspace-2831853/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Python模組安裝Python
- python 模組安裝Python
- windows 安裝 opensslWindows
- Centos安裝opensslCentOS
- Openssl的安裝
- Homebrew 安裝 openssl
- Python如何檢視安裝了哪些模組?Python
- python(pip)包/模組:如何離線安裝?Python
- 【Python】Python安裝模組Python
- pycharm安裝python模組PyCharmPython
- 如何製作python安裝模組(setup.py)Python
- Windows安裝使用OpensslWindows
- openssl安裝與部署
- Ubuntu中安裝OpenSSLUbuntu
- Python安裝selenium模組Python
- python 安裝模組的方法Python
- python-模組,包,安裝Python
- OpenSSL + Windows 下載安裝Windows
- CentOS6.5 安裝opensslCentOS
- Python安裝模組有哪些方法?Python
- python安裝模組cx_OraclePythonOracle
- php安裝openssl 擴充套件PHP套件
- 安裝python pip,再安裝request模組,執行python程式碼Python
- python模組安裝目錄在哪裡Python
- 怎樣安裝python的GPIO模組Python
- Python模組、第三方模組安裝、模組匯入教程Python
- 利用 phpize 安裝 openssl 擴充套件PHP套件
- aix5.3安裝openssl和opensshAI
- Linux安裝Python3.11以及解決openssl問題LinuxPython
- linux/Windows系統如何安裝PHP-openssl擴充套件LinuxWindowsPHP套件
- Python paramiko模組的安裝與使用Python
- 為Python 3.5及以上安裝Pygame模組PythonGAM
- windows下python安裝Numpy和Scipy模組WindowsPython
- Python 模組的製作,釋出,安裝Python
- python如何安裝OpenCV?PythonOpenCV
- Python安裝教程(非常詳細) python如何安裝使用Python
- PyMySQL模組安裝MySql
- php模組安裝PHP