SigDigger – AppImageHub

Authors: BatchDrake

GitHub Download


This is a companion discussion topic for the original entry at https://appimage.github.io/SigDigger/

Hello,
tried sigdigger on a new install of Debian 10 and got the following error:

/tmp/.mount_SigDigAFqNMG/usr/bin/SigDigger.app: relocation error: /tmp/.mount_SigDigAFqNMG/usr/bin/…/lib/libpthread.so.0: symbol __libc_dl_error_tsd version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference

any idea how to fix this ?
Thanks

This looks like I mistakengly added libpthread to the AppImage. This is definitely a bug. Unfortunately, I will not be able to update the AppImages until late June or so :confused:

In the meantime, you can try to build everything from scratch. The easy way is to download all the files from this directory https://github.com/BatchDrake/SigDigger/tree/develop/Scripts, mark build.sh as executable and run it. This script will attempt to download all the dependencies and build SigDigger automatically. It is not as handy as an AppImage, but at least you don’t have to type tens of commands.

In general, please avoid bundling libraries listed on pkg2appimage/excludelist at master · AppImage/pkg2appimage · GitHub - AppImage-generating tools should normally take care of that.

In the meantime, it is possible to --appimage-extract the existing AppImage and delete the libraries in question.