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

Linux Mint App Image Not Happy with GLIBC #254

Open
krionical opened this issue Aug 24, 2023 · 1 comment
Open

Linux Mint App Image Not Happy with GLIBC #254

krionical opened this issue Aug 24, 2023 · 1 comment

Comments

@krionical
Copy link

after making the app image executable:

./destiny_linux_amd64.AppImage: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by ./destiny_linux_amd64.AppImage) ./destiny_linux_amd64.AppImage: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by /tmp/.mount_destin761Ujc/lib/libwormhole_william.so)
./destiny_linux_amd64.AppImage: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_destin761Ujc/lib/libwormhole_william.so)

Is the result.

@donpui
Copy link
Contributor

donpui commented Oct 7, 2023

Requires rebuild app (linux version) on older machine, currently github worklfow use the latest ubuntu, which means also use the latest glibc too.

  linux:
    runs-on: ubuntu-latest

Possible workaround for user to build it own glibc version (on your own risk, not recommended):
https://www.jertype.com/upgrading-glibc/

More about glibc issue, which might give ideas how to solve alternatively: https://stackoverflow.com/questions/2856438/how-can-i-link-to-a-specific-glibc-version

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