JuneStepp / OneLauncher

Launcher and Addons Manager for LOTRO and DDO
Other
45 stars 11 forks source link

Very new to Linux; A missing library? #20

Closed JasonDKnight closed 3 months ago

JasonDKnight commented 3 years ago

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 commented 3 years ago

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.

JuneStepp commented 3 months ago

A pre-release of 2.0 is out now that should resolve these issues. Linux builds are now compiled on Ubuntu 22.04 LTS, as per the minimum system requirements for Qt6.

https://github.com/JuneStepp/OneLauncher/releases/tag/v2.0.rc1