probonopd / linuxdeployqt

Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Other
2.22k stars 414 forks source link

Qt binary packages are linked with unsupported glibc 2.28 #566

Closed syyyr closed 1 year ago

syyyr commented 1 year ago

Hi, the binary packages available for Qt are linked against glibc 2.28, however, linuxdeployqt only supports glibc 2.27, so I'm not able to use them. What should I do in this case? Build Qt from sources?

Thanks.

probonopd commented 1 year ago

Use an older version of Qt that is linked against an older glibc, or wait until April. Then the oldest still-supported Ubuntu LTS will be a newer one, hence a newer glibc will be acceptable.

(Or bundle glibc along with your application, e.g., using go-appimage appimagetool -s deploy instead of linuxdeployqt.)