You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure you have the latest SilentDragonLite.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Download Ubuntu xenial Live ISO
Boot it
Download and run SilentDragonLite from the command line
See error:
AppRun: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /run/firejail/appimage/.appimage-9345/AppRun)
Expected behavior
Runs
Desktop (please complete the following information):
OS: Ubuntu
Version: xenial
Additional context
This happens when the binaries inside the AppImage were built on a too new version of the operating system. If you want the AppImage to be compatible with all still-supported versions of Ubuntu (and similarly old operating systems), then you need to compile on the oldest still-supported Ubuntu version, which currently is xenial.
Ubuntu 16.04 comes with glibc version 2.23. In the past I have tried updating the glibc version, but found that this is not possible with Ubuntu LTS. Also, in the past I have tried to compile SDL on 16.04, and just tried right now, but have failed. I know this compiles on 18.04.
What happens when you try compiling it @probonopd on 16.04?
Please make sure you have the latest SilentDragonLite.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Runs
Desktop (please complete the following information):
Additional context
This happens when the binaries inside the AppImage were built on a too new version of the operating system. If you want the AppImage to be compatible with all still-supported versions of Ubuntu (and similarly old operating systems), then you need to compile on the oldest still-supported Ubuntu version, which currently is xenial.
Reference:
AppImage/appimage.github.io#2305
The text was updated successfully, but these errors were encountered: