首先su 到root,否则会因权限不够而失败
1.从Github把源码Clone下来.
git clone https://github.com/openssl/openssl
2.配置
cd openssl/openssl
./config --prefix /usr/local/openssl
3.安装
make install
首先su 到root,否则会因权限不够而失败
1.从Github把源码Clone下来.
git clone https://github.com/openssl/openssl
2.配置
cd openssl/openssl
./config --prefix /usr/local/openssl
3.安装
make install