Hello,
I am experiencing a failure to launch Insync after a recent update to version 3.9.7.60031-el9 on a system running a base compatible with RHEL 9 / Rocky Linux 9.
The issue is that the newly installed package, which is specifically tagged for Enterprise Linux 9 (-el9), appears to have been compiled against or requires a dependency provided by a newer GLIBC version than is available in RHEL 9.
Environment Details:
- Host OS: Bluefin Linux Stable (recently upgraded to Fedora 43 base)
- Container OS: Rocky Linux 9 (via Distrobox)
- Installed Insync Version:
3.9.7.60031-el9(Installed via the official Insync RHEL 9 repo) - GLIBC Version in Container:
ldd (GNU libc) 2.34
Error Received on Launch:
/lib64/libc.so.6: version `GLIBC_2.35' not found (required by /usr/lib/insync/libgcc_s.so.1)
Failed to load module: /usr/lib64/gio/modules/libdconfsettings.so
/lib64/libc.so.6: version `GLIBC_2.35' not found (required by /usr/lib/insync/libgcc_s.so.1)
Failed to load module: /usr/lib64/gio/modules/libdconfsettings.so
Request:
Since RHEL 9 and Rocky 9 systems (including all minor releases) are locked to GLIBC 2.34 for the entire life cycle of the release, this package tagged as -el9 is incompatible with the target system.
Could the packaging team please investigate the build process for the RHEL 9 / Rocky 9 RPM to ensure the resulting binaries do not introduce a hard dependency on GLIBC_2.35?