AlexandrePTJ / kemai

Kimai desktop client
MIT License
90 stars 25 forks source link

Debian 10, Appimage, GLIBC_2.29 not found #20

Closed canonex closed 3 years ago

canonex commented 3 years ago

It is not possible to start the appimage on Debian 10.

$ ./Kemai-0.5.0-x86_64.AppImage 
./Kemai-0.5.0-x86_64.AppImage: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_Kemai-YK7m6D/lib/libQt5Widgets.so.5)
./Kemai-0.5.0-x86_64.AppImage: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_Kemai-YK7m6D/lib/libQt5Gui.so.5)
./Kemai-0.5.0-x86_64.AppImage: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_Kemai-YK7m6D/lib/libQt5Core.so.5)
./Kemai-0.5.0-x86_64.AppImage: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_Kemai-YK7m6D/lib/libpng16.so.16)
./Kemai-0.5.0-x86_64.AppImage: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_Kemai-YK7m6D/lib/libicui18n.so.66)
./Kemai-0.5.0-x86_64.AppImage: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_Kemai-YK7m6D/lib/libicuuc.so.66)

Thank you, Riccardo

AlexandrePTJ commented 3 years ago

@canonex AppImage have been updated on release page. Please try and tell me if it is ok. Thanks.

canonex commented 3 years ago

Thank you, is ok.

Just out of curiosity: the compiled version and the appimage have two slightly different graphics! KimaiDiff

AlexandrePTJ commented 3 years ago

Thanks you for the feedback. Graphics difference is because AppImage embed Qt version (libs and plugins) found on the build agent. This might differ from what you use to build Kemai on your computer.