Skip to content

Conversation

@bentolor
Copy link
Contributor

@bentolor bentolor commented Oct 8, 2022

Due to some major issues with the older signal-cli due to API deprecation on server-side, I'm trying to built an up-to-date version of signal-cli-rest-api. (Issues: Unable to send/receive message due to DeprecatedExceptions, HTTP 499, etc. Upgrading signal-cli causes unreadable config file, etc.).

I already contributed to fixed the native build of the current signal-cli. On integration it now seems that this requires libsignal 0.20.0.

I tried to build that as well, but fail for the other platforms. Obviously cross or cargo are picking the wrong linker, hence the linkage of the cross-plattform binaries fails. Not sure if this is running for you already, @bbernhard.

So what IMHO remains to provide a hotfix release is to build the libsignal libs and updating the version.

@bbernhard
Copy link
Owner

Many thanks!

I gave up on cross compiling and now build the libraries for armv7 directly on the Pi and for arm64 emulated with QEMU.

@bbernhard bbernhard merged commit 10d1649 into bbernhard:master Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants