使用源代码和linuxdeployqt创建appimage

使用源代码和linuxdeployqt创建appimage,linux,qt-creator,appimage,windeployqt,Linux,Qt Creator,Appimage,Windeployqt,我正在尝试为我的Linux系统创建appimage。使用qt creator,我已完成编程并成功运行应用程序。但是,当我试图使用linuxdeployQt制作appimage时,我遇到了一些错误 linuxdeployqt 5 (commit 37631e5), build 631 built on 2019-01-25 22:47:58 UTC ERROR: The host system is too new. Please run on a system with a glibc vers

我正在尝试为我的Linux系统创建appimage。使用qt creator,我已完成编程并成功运行应用程序。但是,当我试图使用linuxdeployQt制作appimage时,我遇到了一些错误

linuxdeployqt 5 (commit 37631e5), build 631 built on 2019-01-25 22:47:58 UTC 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.
For more information, please see
https://github.com/probonopd/linuxdeployqt/issues/340

我不知道这是什么问题。当我访问该网站时,也不清楚。所以任何熟悉这类的人请把你的帮助放在这里

这意味着你的glibc太新了。我认为它是受支持的glibc版本随Ubuntu14.04提供的,正如herr中提到的那样。我也面临着同样的问题,仍然在努力解决这个问题


这意味着你的glibc太新了

没错,要在使用
linuxdeployqt
时解决这个问题,您必须选择较旧的系统作为构建环境,如Centos 6或Ubuntu 14.04


作为替代方案,您可以使用它在较新的系统上生成应用程序映像。

作为该工具的作者,我使用它来贡献其他开源项目,如:Spile、GCompris和OBS Studio。