编译 openssl

创建日期: 2023-05-23 15:08 | 作者: 风波 | 浏览次数: 14 | 分类: OS

1. clone 代码

git clone git://git.openssl.org/openssl.git

2. 安装依赖

yum install -y perl-IPC-Cmd

来源:https://stackoverflow.com/questions/70464585/error-when-installing-openssl-3-0-1-cant-locate-ipc-cmd-pm-in-inc

3. 编译 openssl

cd openssl
./config
make
14 浏览
9 爬虫
0 评论