On Wed, 2024-11-20 at 13:00 +0300, Andrei Borzenkov wrote:
On Wed, Nov 20, 2024 at 12:54 PM Manfred Schwarb via openSUSE Factory <factory@lists.opensuse.org> wrote:
You can simply copy the /usr/lib64/libssl.so.1.* and /usr/lib64/libcrypto.so.1.* files of an old system,
libssl.so.1.1 and libcrypto.so.1.1 are still available in Tumbleweed, so it is better to not overwrite them.
consisering OP explicitly asked for openSSL 1.0.0, the presence of openSSL 1.1 won't help much here openSSL 1.0.0 was removed from Tumbleweed with snapshot 1024 - extracting the needed files either from Leap - or self-building the package in OBS - will be the sanest course of action There are still some binaries around for openSSL 1.0.0 at https://download.opensuse.org/repositories/security:/tls/openSUSE_Tumbleweed... (security:tls was the devel project of openSSL 1.0.0, and it did not yet clean up the remainders of it - giving you some chance to use it) If the packages are being installed, make sure to 'lock' them for zypper, or it will try to remove them again (due to the distro weak- remover acting when no package in the system requires the orphaned packages) Cheers, Dominique