wget https://www.openssl.org/source/openssl-1.1.1d.tar.gz
tar zxf openssl-1.1.1d.tar.gz
cd openssl-1.1.1d
./config --prefix=/usr/local/openssl --openssldir=/usr/local/openssl
make -j4 && make install
树莓派编译安装Openssl
最新推荐文章于 2024-04-23 22:10:55 发布
本文介绍如何从源代码安装 OpenSSL 1.1.1d 版本。通过 wget 下载 tar 包,解压并进入文件夹,使用 ./config 配置安装路径,最后 make 并安装。
1991

被折叠的 条评论
为什么被折叠?



