Closed joermke closed 2 years ago
signal-cli uses the xerial sqlite-jdbc library. That supports raspberrypi, but apparently not the 64bit version: https://github.com/xerial/sqlite-jdbc#supported-operating-systems
Awesome, thanks for the information!
With that I was able to solve the issue (maybe not the best way to do it though):
I downloaded the sources for xerial/sqlite-jdbc: https://github.com/xerial/sqlite-jdbc/releases/tag/3.36.0.3 and installed libc6-dev as well as openjdk-17-jdk-headless on my Raspberry. With that I was able to invoke „make native“ to build the library suitable for my raspberry. Then, I replaced org/sqlite/native/Linux/aarch64/libsqlitejdbc.so in the jar file
Hi! I downloaded release 0.10.8 and changed the libsignal-client lib according to https://github.com/AsamK/signal-cli/wiki/Provide-native-lib-for-libsignal. Now I was able to register my number, but I cannot send messages due to an issue with lib comaptibility.
Is there a way to fix this? I‘m using raspbian bullseye: