SigDigger icon indicating copy to clipboard operation
SigDigger copied to clipboard

Error running AppImage : version `ZLIB_1.2.9' not found

Open LamaBleu opened this issue 6 years ago • 8 comments

Hi BatchDrake,

First thank you for the fantastic work you are doing on SigDigger.

Trying the AppImage release on my Ubuntu 18.04.3 LTS returns following error :

./SigDigger-full-x86_64.AppImage 
/tmp/.mount_SigDigKeelMp/usr/bin/SigDigger.app: /tmp/.mount_SigDigKeelMp/usr/bin/../lib/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/x86_64-linux-gnu/libpng16.so.16)

This workaround worked for me: set LD_LIBRARY_PATH variable: export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu

Hope this can help others ! BR

LamaBleu avatar Jan 21 '20 16:01 LamaBleu

Wow, nice catch! This is actually a deployment issue that comes from SigDigger relying on the system's libpng instead of the built-in one. I'll fix this ASAP.

BatchDrake avatar Jan 21 '20 18:01 BatchDrake

Alright, the laptop with Ubuntu 16.04 that I used for deployment just died. I think this is going to take a while :(

BatchDrake avatar Jan 22 '20 06:01 BatchDrake

Hi!

I've just made some tentative changes in the deployment script and came up with a new AppImage file. It turns out that I shouldn't be including libz in the resulting AppImage, and it also lacked a proper library path configuration. Do you mind trying this one out and telling me whether it works, with no need for additional linker flags?

BatchDrake avatar Jan 25 '20 06:01 BatchDrake

The first solution work for me, the last one don't. I have Ubuntu 18.04. I'm not very experienced in this. The compilation of sigutills failed, so this package is great! Thank you.

tavi343 avatar Jan 31 '20 09:01 tavi343

Ouch. In any case, do you guys mind sharing the errors you get in the terminal with me? (both build failures or any library / versioning errors). They may help me improve compatibility in future releases.

BatchDrake avatar Jan 31 '20 09:01 BatchDrake

Unfortunately, I don't save the error messages. I will try next week to compile again and save them. For the AppImage the error was the same as in the first post. Nice weekend, Tavi

tavi343 avatar Jan 31 '20 16:01 tavi343

As another data point for you, the most recent release on the releases page didn't work for me (Mint 19.3), but the one you provided in your comment above did.

jslater89 avatar Feb 08 '20 14:02 jslater89

I will take all this into account. I'm expecting a new laptop next week, as soon as I have it I will install different VMs to do some intensive testing before dropping a release.

BatchDrake avatar Feb 08 '20 18:02 BatchDrake

Hi,

I believe this should be fixed now. I am closing the issue because it is extremely old, feel free to reopen it if the AppImages are still crashing.

Cheers,

BatchDrake avatar Apr 12 '23 06:04 BatchDrake