赞
踩
Linux安装openssl,执行配置命令
[root@Cryptography openssl-3.0.0]# ./config --prefix=/usr/local/openssl-3.0.0 --openr/local/openssl-3.0.0
出现错误如下:
解决办法:
yum -y install perl-IPC-Cmd
这是安装相关依赖,再次执行:
[root@Cryptography openssl-3.0.0]# ./config --prefix=/usr/local/openssl-3.0.0 --openr/local/openssl-3.0.0
接着出现下列错误:
解决办法:
第一步:安装gcc
[root@Cryptography openssl-3.0.0]# yum install gcc-c++
第二步:安装perl正则表达式库
[root@Cryptography openssl-3.0.0]# yum install -y pcre-devel
第三步:安装zlib
[root@Cryptography openssl-3.0.0]# yum install -y zlib-dev
再次执行
[root@Cryptography openssl-3.0.0]# ./config --prefix=/usr/local/openssl-3.0.0 --openr/local/openssl-3.0.0
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。