我在CentOS 8服务器上下载并安装了openssl 1.1.1
,然后安装了link。但之后我无法运行yum
、rpm
、ssh
等命令。例如:
ssh: /usr/local/openssl/lib/libcrypto.so.1.1: version `OPENSSL_1_1_1b' not found (required by ssh)
rpm: relocation error: /lib64/librpmio.so.8: symbol EVP_md2 version OPENSSL_1_1_0 not defined in file libcrypto.so.1.1 with link time reference
2条答案
按热度按时间q3aa05251#
1.在/etc/ld.so.conf.d/libc.conf文件中添加一行/usr/lib
1.保存
1.运行ldconfig命令
参考链接:https://github.com/openssl/openssl/issues/11227
iqih9akk2#
你可以试试
curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
sudo yum install nodejs
运行centOS和aaPanel解决了我的问题