I am trying to deploy my QT application using linuxdeployqt in my Linux OS but i am getting this error:
Unsolved
General and Desktop
-
ERROR: The host system is too new.
Please run on a system with a glibc version no newer than what comes with the oldest
still-supported mainstream distribution, which currently is glibc 2.20.
This is so that the resulting bundle will work on most still-supported Linux distributions.How can i solve this?
-
@ioanna Also take a look at this: https://forum.qt.io/topic/100364/qt-linux-deployment/8
-
@jsulm has already provided the relevant flag that should fix this. More discussion (for anyone curious about the rationale of the linuxdeployqt maintainers) can be found at https://github.com/probonopd/linuxdeployqt/issues/340
TLDR:
-unsupported-allow-new-glibc
-