nothing provides libcrypto.so.1.0.0(OPENSSL_1.0.0)(64bit)

6.7k views Asked by At

I ran over a sles 12 server and i got this issue when I try to install 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

But when I check i got the lib:

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

But I don't know if it's well declared :

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

Thanks for your help.

1

There are 1 answers

0
Fardouk On

Thanks to dratenik, I've installed the package ignoring the warning and it works !