-
-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Description: The Linux release binary does not run on Rocky Linux 9.
I have not tested this on other version of Linux yet. Below is the error text output form trying to run the command.
$ ./overviewer [4005382] Error loading Python lib '/home/pmserver/overviewertest/overviewer-v1.20.4/libpython3.10.so.1.0': dlopen: /lib64/libm.so.6: version GLIBC_2.35' not found (required by /home/pmserver/overviewertest/overviewer-v1.20.4/libpython3.10.so.1.0)`
It looks like the binary is looking for a version of GLIBC that isn't present on this system. Running the following returns this for my version:
$ ldd --version ldd (GNU libc) 2.34
It looks like we just need to reference an older executor to do our builds so we are using an older version of GLIBC in the builds. I imagine a number of machines out there are using versions older than 2.35.