Just installed the latest signal-cli release v0.8.4 and got
$ signal-cli receive
Missing required native library dependency: libsignal-client
This is on linux, and the previous signal-cli versions have worked fine without needing any manual steps from https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal.
I've checked, and the libsignal_jni.so is bundled in the jar file:
$ unzip -l signal-cli-0.8.4/lib/signal-client-java-0.8.1.jar | grep libsignal_jni.so
2432368 2021-06-02 18:55 libsignal_jni.so
So, not sure what's missing.
Just installed the latest signal-cli release v0.8.4 and got
This is on linux, and the previous signal-cli versions have worked fine without needing any manual steps from https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal.
I've checked, and the
libsignal_jni.sois bundled in the jar file:So, not sure what's missing.