我正在尝试将一个名为 mcgw 的软件包安装到 centos 7.7 机器上。我遇到了依赖性问题:
--> Running transaction check
---> Package mcgw.x86_64 0:1.0.010-0 will be installed
--> Processing Dependency: libcrypto.so()(64bit) for package: mcgw-1.0.010-0.x86_64
Loading mirror speeds from cached hostfile
--> Processing Dependency: libssl.so()(64bit) for package: mcgw-1.0.010-0.x86_64
--> Finished Dependency Resolution
Error: Package: mcgw-1.0.010-0.x86_64 (/mcgw-1.0.010-0.x86_64)
Requires: libssl.so()(64bit)
Error: Package: mcgw-1.0.010-0.x86_64 (/mcgw-1.0.010-0.x86_64)
Requires: libcrypto.so()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
但是我已经安装了 openssl 和 openssl 库。
openssl11-libs-1.1.1c-2.el7.x86_64
openssl-1.0.2k-19.el7.x86_64
openssl-libs-1.0.2k-19.el7.x86_64
python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch
openssl11-1.1.1c-2.el7.x86_64`
How do I get around this problem?