You don't need to upgrade your whole system; you can try to update it via the above-given commands which will update the packages installed on your system. And if glibc 2.33 is not available with the update you can try to install it from OpenSUSE Tumbleweed.
problem of starting under openSUSE
-
Hello, I installed Samson under openSUSE 15.5 x64. However, Samson failed with the following information:
./SAMSON: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by ./SAMSON)
how to solve this problem?
Thank you very much.
-
Dear @Shuguang ,
Could you please try to update glibc to version 2.33?
Ensure your system is fully up to date, on openSUSE:
sudo zypper refresh sudo zypper update
verify the version of glibc:
ldd --version
If glibc 2.33 is not available through the official repositories, you can try installing it from OpenSUSE Tumbleweed.
-
ldd (GNU libc) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper. -
I don't want to upgrade the whole system. That's too much changes. I have to install all the other software as well. It is too complicated
-
You don't need to upgrade your whole system; you can try to update it via the above-given commands which will update the packages installed on your system. And if glibc 2.33 is not available with the update you can try to install it from OpenSUSE Tumbleweed.