error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
一、依赖文件下载地址(根据自己实际操作系统选择下载)
https://pan.baidu.com/s/1YGF8PUBtdqCihf2TO1fi3w 提取码:wzbn
二、报错信息
error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
三、处理步骤
1、上传依赖包至报错主机
scp compat-openssl10-1.0.2o-4.el8.x86_64.rpm 目标主机:~/
2、安装依赖包
rpm相关参数:
- –force:强制安装
- –nodeps:忽略依赖
rpm -ivh compat-openssl10-1.0.2o-4.el8.x86_64.rpm
3、重启服务后报错消失
来源地址:https://blog.csdn.net/qq_46001933/article/details/129685983