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

Very new to Linux; A missing library? #20

Open
JasonDKnight opened this issue May 10, 2021 · 1 comment
Open

Very new to Linux; A missing library? #20

JasonDKnight opened this issue May 10, 2021 · 1 comment

Comments

@JasonDKnight
Copy link

There has been an error.
Error running /home/me/OneLauncher/build/OneLauncher : /home/me/OneLauncher/build/OneLauncher: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/me/OneLauncher/build/lib/libpython3.9.so.1.0)
The application will exit now.

Apologies in advance if this is a simple fix. I am very new to the Linux world.

@JuneStepp
Copy link
Owner

It's caused by the glibc version used for building OneLauncher being newer than the one on your system. You can either upgrade your glibc if your distro allows that, run OneLauncher from source, or wait till I can make executables that don't have this issue. The Linux builds are being done on my system right now since there is an issue with GitHub Actions. If I can't get the new build system I am looking into to work (this is stalled until PySide 6.1 comes out) I will try to get the GitHub Actions builds to work again. The GitHub Actions builds are done on Ubuntu 18.04 which has a much older glibc version than my system.

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