You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked there is not other Issues or Pull Requests covering the same topic to open
Describe the bug
So SLES 15.5 (latest enterprise version) uses Python 3.6, so I decided I could just go with the binary version, but that one won't work because of newer GLIBC dependency.
To reproduce
Steps to reproduce the behavior:
The full mdedup CLI invocation you used.
$ ./mdedup-linux-x64.bin
./mdedup-linux-x64.bin: /lib64/libc.so.6: version GLIBC_2.33' not found (required by ./mdedup-linux-x64.bin) ./mdedup-linux-x64.bin: /lib64/libc.so.6: version GLIBC_2.34' not found (required by ./mdedup-linux-x64.bin)
#### Context
I myself compile my python code with Nuitka (if that's what you're doing).
All Nuitka built executables need at least the glibc version the build system had at compile time.
I use to compile on the oldest system I have (RHEL7 which uses glibc 2.17) in order to have builds that run almost everywhere.
One could argue that glibc-2.31 is quite old, but then again OpenSUSE leap 15.5 is not EOL yet, and 15.6 just released a couple of months ago.
Btw, you could perhaps make you could perhaps make your compile instructions public, so one could compile it's own executables.
Thanks
The text was updated successfully, but these errors were encountered:
deajan
changed the title
\U0001F41B Cannot run pre-built executable on openSUSE Leap 15.5
Cannot run pre-built executable on openSUSE Leap 15.5
Oct 26, 2024
Preliminary checks
Describe the bug
So SLES 15.5 (latest enterprise version) uses Python 3.6, so I decided I could just go with the binary version, but that one won't work because of newer GLIBC dependency.
To reproduce
Steps to reproduce the behavior:
The full
mdedup
CLI invocation you used../mdedup-linux-x64.bin: /lib64/libc.so.6: version
GLIBC_2.33' not found (required by ./mdedup-linux-x64.bin) ./mdedup-linux-x64.bin: /lib64/libc.so.6: version
GLIBC_2.34' not found (required by ./mdedup-linux-x64.bin)localhost:/tmp # rpm -qa | grep glib
glibc-2.31-150300.89.2.x86_64
The text was updated successfully, but these errors were encountered: