OpenSSL not found when trying to update

My original issue

Similar issue to this post

The OP of the 2nd post seems to have fixed it using zypper but neither zypper, curl, or wget work on my system as I get the error

$ zypper search -s libopenssl3
zypper: /lib64/glibc-hwcaps/x86-64-v3/libssl.so.3.1.4: version `OPENSSL_3.2.0' not found (required by /lib64/libcurl.so.4)

Rename or delete this file.

and then restart?

There is no need to restart.

Got it.

After rm the file and now when I run zypper, I get

$ zypper dup
zypper: /lib64/glibc-hwcaps/x86-64-v3/libcrypto.so.3.1.4: version `OPENSSL_3.3.0' not found (required by /lib64/libssl.so.3)
zypper: /lib64/glibc-hwcaps/x86-64-v3/libcrypto.so.3.1.4: version `OPENSSL_3.2.0' not found (required by /lib64/libssl.so.3)
zypper: /lib64/glibc-hwcaps/x86-64-v3/libcrypto.so.3.1.4: version `OPENSSL_3.4.0' not found (required by /lib64/libssl.so.3)

Well, the same - remove this library.

Sorry for delayed response

Tried removing that library but was unsuccessful and now sudo doesn’t work

I get

$ sudo rm /lib64/glibc-hwcaps/x86-64-v3/libcrypto.so.3.1
sudo: error in /etc/sudo.conf:/usr/etc/sudo.conf, line 0 while loading plugin "sudoers policy"

sudo: unable to load /user/libexec/sudo/sudo/sudoers.so: /lib64/glibc-hwcaps crypto: libssl so3

sudo: fatal error, unable to load plugins

Sorry for delayed response

Tried removing that library but was unsuccessful and now sudo doesn’t work

I get

$ sudo rm /lib64/glibc-hwcaps/x86-64-v3/libcrypto.so.3.1
sudo: error in /etc/sudo.conf:/usr/etc/sudo.conf, line 0 while loading plugin "sudoers policy"

sudo: unable to load /user/libexec/sudo/sudo/sudoers.so: /lib64/glibc-hwcaps crypto: libssl so3

sudo: fatal error, unable to load plugins

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.