-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
In my Cargo.toml I have
[package.metadata.appimage]
auto_link = true
but glibc is not included and if I run my appimage on the older system then I get the following error:
/tmp/appimage_extracted_597e5ece2e7e3ef192c31fdb1909755c/AppRun: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /tmp/appimage_extracted_597e5ece2e7e3ef192c31fdb1909755c/AppRun)
/tmp/appimage_extracted_597e5ece2e7e3ef192c31fdb1909755c/AppRun: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /tmp/appimage_extracted_597e5ece2e7e3ef192c31fdb1909755c/AppRun)
/tmp/appimage_extracted_597e5ece2e7e3ef192c31fdb1909755c/AppRun: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/appimage_extracted_597e5ece2e7e3ef192c31fdb1909755c/AppRun)
Metadata
Metadata
Assignees
Labels
No labels