没有提供libcrypto.so.1.0.0OPENSSL_1.0.064bit

问题描述

我在sles 12服务器上运行,尝试安装PHP7-openssl-7.2.13-155.1.x86_64.rpm时遇到了这个问题:

zypper in ./PHP7-openssl-7.2.13-155.1.x86_64.rpm
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides libcrypto.so.1.0.0(OPENSSL_1.0.0)(64bit) needed by PHP7-openssl-7.2.13-155.1.x86_64
 Solution 1: do not install PHP7-openssl-7.2.13-155.1.x86_64
 Solution 2: break PHP7-openssl-7.2.13-155.1.x86_64 by ignoring some of its dependencies

但是当我检查时我得到了lib:

ls /lib64/*crypto*
/lib64/libcrypto.so.1.0.0

但是我不知道它是否声明正确:

ldconfig -p | grep libcrypto.so
        libcrypto.so.1.0.0 (libc6,x86-64) => /lib64/libcrypto.so.1.0.0
        libcrypto.so.1.0.0 (libc6) => /lib/libcrypto.so.1.0.0

感谢您的帮助。

解决方法

感谢dratenik,我安装了该软件包,而忽略了警告,它可以正常工作!