这个错误提示是由于BFD版本不兼容导致的,可以尝试升级BFD版本或者重新编译openssl。
可以尝试以下步骤:
- 升级BFD版本:
yum update binutils
- 重新编译openssl:
wget https://www.openssl.org/source/openssl-1.1.1m.tar.gz
tar zxvf openssl-1.1.1m.tar.gz
cd openssl-1.1.1m
./config shared --prefix=/usr/local/openssl-1.1.1m
make
make install
如果以上步骤仍然无法解决问题,可以考虑使用其他方式安装openssl,比如通过源码编译。