axolotl icon indicating copy to clipboard operation
axolotl copied to clipboard

[BUG] AppImage complains about misssing shared library

Open kop316 opened this issue 3 years ago • 1 comments

Description

[Description of the issue]

Hello! For version 1.3.1, The AppImage cannot find a shared library. IIRC, AppImages should be entirely self-contained and not need a shared library:

chris@SpaceballsTheX2100:~/Downloads$ chmod +x Axolotl-x86_64.AppImage 
chris@SpaceballsTheX2100:~/Downloads$ ./Axolotl-x86_64.AppImage 
usr/bin/axolotl: error while loading shared libraries: libzkgroup_linux_x86_64.so: cannot open shared object file: No such file or directory

This was found on Debian Bookworm

kop316 avatar Aug 19 '22 12:08 kop316

There is something wrong in the appimage packaging. For now you can find the file here: https://github.com/nanu-c/zkgroup/tree/main/lib

nanu-c avatar Aug 19 '22 14:08 nanu-c

#985 will solve this.

nanu-c avatar Feb 14 '23 00:02 nanu-c