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

glibc requirements for aarch64 support #28

Closed
rmartin16 opened this issue Dec 6, 2023 · 2 comments
Closed

glibc requirements for aarch64 support #28

rmartin16 opened this issue Dec 6, 2023 · 2 comments

Comments

@rmartin16
Copy link

Thanks for creating versions for arm.

We've been targeting glibc 2.17 for x86 for a while....but the aarch64 version is seemingly looking for at least 2.25:

[appimage/stderr] appimagetool: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /tmp/appimage_extracted_a6dc6e7d0c1514c8714921f9e2e39fc1/plugins/linuxdeploy-plugin-appimage/appimagetool-prefix/usr/lib/libgcrypt.so.20)

Intentional? Otherwise?

@TheAssassin
Copy link
Member

That's an issue for linuxdeploy-plugin-appimage (or appimagetool, actually). Transferring.

@TheAssassin TheAssassin transferred this issue from linuxdeploy/linuxdeploy Dec 6, 2023
@TheAssassin
Copy link
Member

That's expected behavior. appimagetool is built on a more recent distribution as CentOS 7 had never shipped ARM versions. Feel free to open an issue over at https://github.com/AppImage/AppImageKit. We recently refactored appimagetool out of this repository and may be able to provide statically linked versions of it which linuxdeploy-plugin-appimage can use.

@TheAssassin TheAssassin closed this as not planned Won't fix, can't repro, duplicate, stale Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants