1 安裝
cd /usr/local/
wget https://www.openssl.org/source/openssl-1.0.10.tar.gz
tar -xvf openssl-1.0.2t.tar.gz
cd openssl-1.0.2t
./config --prefix=/usr/local/openssl
make
make install
/openssl-1.0.10.tar.gz
這個包 得是1.0.10版本,其他的有可能報錯
./config --prefix=/usr/local/openssl 這個是指定 安裝的路徑
放到openssl 里面,一定要有這一步
配置好之后,再make 和 make install
如何確保已經安裝成功文章來源:http://www.zghlxwxcb.cn/news/detail-614624.html
使用命令”openssl version -a”,若成功會出現(xiàn)下圖結果文章來源地址http://www.zghlxwxcb.cn/news/detail-614624.html
到了這里,關于linux安裝 openssl (親測有效)的文章就介紹完了。如果您還想了解更多內容,請在右上角搜索TOY模板網以前的文章或繼續(xù)瀏覽下面的相關文章,希望大家以后多多支持TOY模板網!