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
{{ message }}
This repository was archived by the owner on Oct 29, 2018. It is now read-only.
As a proof of concept, I plan to build a 64-bit Godot AppImage from Fedora 26, with the ability to run it on old distributions like Ubuntu 14.04.
Running the AppRun file from the above tarball (after extracting it from the ZIP archive, since GitHub does not allow uploading a .tar.gz file directly) on Ubuntu 14.04 causes the following error:
/bin/bash: relocation error: /usr/lib64/libc.so.6: symbol _dl_starting_up, version GLIBC_PRIVATE not defined in file ld-linux-x86-64.so.2 with link time reference
The same error also occurs when Godot is packaged into an AppImage using appimagetool.
godot.tar.gz.zip
As a proof of concept, I plan to build a 64-bit Godot AppImage from Fedora 26, with the ability to run it on old distributions like Ubuntu 14.04.
Running the
AppRunfile from the above tarball (after extracting it from the ZIP archive, since GitHub does not allow uploading a.tar.gzfile directly) on Ubuntu 14.04 causes the following error:The same error also occurs when Godot is packaged into an AppImage using
appimagetool.