I did search for ‘libcrypto.so.1.1’ and ‘libcrypto.so’ and found no helpful threads. Unless I botched the search process.
Here’s is my problem:
Problem: nothing provides libcrypto.so.1.1()(64bit) needed by kernel-default-devel-4.16.2-2.1.ge881e16.x86_64
I’ve been getting this error for a while, since kernel 4.15.X.
Not sure what to do to resolve. For one am I searching correctly:
# zypper -v wp libcrypto.so.1.1
Verbosity: 1
Non-option program arguments: 'libcrypto.so.1.1'
Command 'what-provides' is replaced by 'search --provides --match-exact'.
See 'help search' for all available options.
Initializing Target
Checking whether to refresh metadata for Kernel:/stable/standard
Checking whether to refresh metadata for Leap-42.3-NON-OSS
Checking whether to refresh metadata for Leap-42.3-NON-OSS-update
Checking whether to refresh metadata for Leap-42.3-OSS
Checking whether to refresh metadata for Leap-42.3-OSS-update
Checking whether to refresh metadata for Packman/suse/openSUSE_Leap_42.3
Loading repository data...
Reading installed packages...
Force resolution: No
No matching items found.
# rpm -q --whatprovides libcrypto.so.1.1
no package provides libcrypto.so.1.1
l# rpm -q --whatprovides libcrypto.so
no package provides libcrypto.so
I would like to know if there is a better way to search this type of thing with zypper? Or rpm? (Or dnf for that matter.)
So how to resolve this? Do I need another repository? Need to manually download a package and install? Am I using the wrong kernel repo to have most recent stable kernel version for Leap 42.3? Or do I just install the kernel-default-devel and not worry about it? Do developers need to correct this dependency to one that actually exists in repos? Or otherwise make some provision to provide this dependency? (Do I need to file a, gasp, bug report?)