-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run on a RPI4 #17
Comments
Hi, Ive built a script which installs or updates signal-cli on 32 or 64bit versions of a Raspberry 4. |
The error
usually happens when a wrong version of libsignal is used. Each version of signal-cli requires a specific version of libsignal library, so make sure you are using the right one. The
is RPi-specific, I'm not sure what it does. Perhaps it's effectively a 32-bit system running on 64-bit processor? Can you post the output of
Here is the same issue caused by a 32-bit Java on a 64-bit RPi3: AsamK/signal-cli#1088. As for the
The readme in https://github.com/Duke-Jones/signal_cli_on_raspi mentions
which might help with that problem. P.S. Sorry I have missed this issue when it was created! |
I try to run signal-cli on a RPI4 with "arm_64bit=0" set in config.txt. I have to set that because other sqlite lib problems.
If I use aarch64-linux-gnu I get
wrong ELF class: ELFCLASS64 (Possible cause: can't load AARCH64 .so on a ARM platform)
If I use the arm7 lib I get
org.signal.libsignal.zkgroup.InvalidInputException: Deserialization failure in zkgroup (AssertionError)
What can I do?
The text was updated successfully, but these errors were encountered: