Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/lib64/libc.so.6: version `GLIBC_2.3x' not found while using AppImage on CentOS 8 Stream #31

Open
usmangt opened this issue Oct 3, 2023 · 1 comment

Comments

@usmangt
Copy link

usmangt commented Oct 3, 2023

When trying to run the AppImage, I am getting the following error:

[user@localhost Downloads]$ ./Flemozi-linux-x86_64.AppImage 
./flemozi: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./flemozi)
./flemozi: /lib64/libc.so.6: version `GLIBC_2.30' not found (required by /tmp/.mount_FlemozCOYNgh/lib/libirondash_engine_context_plugin.so)
./flemozi: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by usr/lib/libstdc++.so.6)
./flemozi: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by usr/lib/libstdc++.so.6)
./flemozi: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by usr/lib/libstdc++.so.6)
./flemozi: /lib64/libc.so.6: version `GLIBC_2.35' not found (required by usr/lib/libgcc_s.so.1)
./flemozi: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by usr/lib/libgcc_s.so.1)
./flemozi: /lib64/libc.so.6: version `GLIBC_2.30' not found (required by usr/lib/libsuper_native_extensions.so)
./flemozi: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by usr/lib/libsuper_native_extensions.so)
./flemozi: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by usr/lib/libsuper_native_extensions.so)

On CentOS 8 stream the most recent version of GLIBC is 2.28 and after some futher digging I found out that I cannot update it to higher as it will break my OS.

Therefore kindly make it usable for CentOS 8 Steam distro

@usmangt usmangt changed the title /lib64/libc.so.6: version `GLIBC_2.3x' not found while using AppImage or rpm on CentOS 8 Stream /lib64/libc.so.6: version `GLIBC_2.3x' not found while using AppImage on CentOS 8 Stream Oct 3, 2023
@KRTirtho
Copy link
Owner

KRTirtho commented Oct 3, 2023

Please use the Flatpak version in that case temporarily

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants