Zypper throws symbol lookup error

Hello. I did a dist-upgrade this week as usual, and now I’m getting this error when using zypper:

zypper: symbol lookup error: /lib64/libabsl_strings_internal.so.2308.0.0: undefined symbol: _ZNSt7__cxx1012basic_stringIcSt11char_traitsIcESaIcEE9_M_appendEPKcm, version GLIBCXX_3.4.21

Help would be appreciated!

Can you post the complete terminal output (initial command, output, next line) from

zypper dup

libabsl shouldn‘t be connected to zypper as it is no requirement.

Any zypper command threw that error unfortunately, so I couldn’t use dup, install or anything.

But I managed to “fix” it myself by updating/reinstalling libabsl:

https://download.opensuse.org/tumbleweed/repo/oss/x86_64/libabsl2308_0_0-20230802.1-1.1.x86_64.rpm

Thank you for your time regardless!