MyHush / SilentDragonLite

SilentDragonLite - HUSH Lite wallet that supports zaddrs!
https://myhush.org
GNU General Public License v3.0
4 stars 12 forks source link

version 1.3.10 AppImage missing "libjbig.so.0" #198

Closed jahway603 closed 4 years ago

jahway603 commented 4 years ago

Describe the bug The version 1.3.10 SDL AppImage does not start due to a missing shared library.

To Reproduce Steps to reproduce the behavior:

  1. Download Linux-binaries-SilentDragonLite-v1.3.10.AppImage and chmod u+x.
  2. Go to command prompt & run ./Linux-binaries-SilentDragonLite-v1.3.10.AppImage.
  3. Receive following error: ./Linux-binaries-SilentDragonLite-v1.3.10.AppImage: error while loading shared libraries: libjbig.so.0: cannot open shared object file: No such file or directory

Expected behavior The AppImage should run correctly.

Desktop (please complete the following information):

Additional context Having trouble trying to find this share library at all with Internet searchs.

jahway603 commented 4 years ago

@DenioD Is this shared library only available on Debian/Ubuntu? I can only find it available from the Debian/Ubuntu package called "libjbig0". Arch does not have any packages to install this shared lib. Also, the previous version 1.3.9 works without this new shared lib.

leto commented 4 years ago

also, what required this new dependency?

jahway603 commented 4 years ago

This error no longer occurs in the latest Version 1.3.11 SDL AppImage. Closing this issue.