标签:get bsp bin cal red sha org 下载 解压
1.下载
1.下载
wget https://www.openssl.org/source/openssl-1.0.2h.tar.gz
2.解压
tar zxf openssl-1.0.2h.tar.gz
cd openssl-1.0.2h
3.安装
./config shared zlib
make
make install
mv /usr/bin/openssl /usr/bin/openssl.bak
mv /usr/include/openssl /usr/include/openssl.bak
ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl
ln -s /usr/local/ssl/include/openssl /usr/include/openssl
echo “/usr/local/ssl/lib” >> /etc/ld.so.conf
ldconfig -v
4.检测安装是否成功
openssl version -a
标签:get bsp bin cal red sha org 下载 解压
原文地址:http://www.cnblogs.com/chenjianxiang/p/7290171.html