07-25-2021, 10:23 AM
Hi saba,
Thanks for your suggestion I tried it and unfortunately it didn't work. I am getting the same: Missing required native library dependency: libsignal-client.
I checked the java library path:
I put libsignal_jni.so and libzkgroup.so in /usr/java/packages/lib .
I had to create that folder and changed the group and owner to the phone user recursively for /usr/java.
I deleted those libs from the respective bundles.
Then I tried to link with the following command:
./build/install/signal-cli/bin/signal-cli link -n "pinephone"
But I got the missing required library error.
I will try again when a new version of signal-cli comes out. If you manage yourself please let me know
Thanks for your suggestion I tried it and unfortunately it didn't work. I am getting the same: Missing required native library dependency: libsignal-client.
I checked the java library path:
Code:
java.library.path = /usr/lib/jvm/java-11-openjdk/lib/server
/usr/lib/jvm/java-11-openjdk/lib
/usr/lib/jvm/java-11-openjdk/../lib
/usr/java/packages/lib
/lib
/usr/lib
I put libsignal_jni.so and libzkgroup.so in /usr/java/packages/lib .
I had to create that folder and changed the group and owner to the phone user recursively for /usr/java.
I deleted those libs from the respective bundles.
Then I tried to link with the following command:
./build/install/signal-cli/bin/signal-cli link -n "pinephone"
But I got the missing required library error.
I will try again when a new version of signal-cli comes out. If you manage yourself please let me know