(07-09-2021, 06:06 AM)uby89 Wrote: I managed to get the libsignal-client and libzkgroup compiled and I followed the instructions to bundle the .so files back in signal-cli.
Unfortunately when I then tried to run the signal-cli I get:
Missing required native library dependency: libsignal-client.
edit: Unless I misunderstood you, you don't "bundle the .so files back in signal-cli". Instead you are removing the bundled libsignal_jni.so (and libzkgroup). Then it will look in your java library path for the ones you compiled/installed. Make sure they are in your java.library.path (run java -XshowSettings:properties to see)
Look here:
https://github.com/AsamK/signal-cli/wiki...-libsignal
specifically:
Quote:The linux x86_64 version is bundled by default. For other systems, you need to remove the bundled lib from the jar file
zip -d build/install/signal-cli/lib/signal-client-java-*.jar libsignal_jni.so
and please let me know if it works for you. I'm currently using an old version of signal-cli that was previously in Alpine edge (v 0.7.1)