signalapp / libsignal

Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.
GNU Affero General Public License v3.0
3.52k stars 410 forks source link

CentOs 7 #498

Closed HoffmannP closed 1 year ago

HoffmannP commented 1 year ago

Hy,

I'd like to use libsingal in CentOs 7 but I can't seem to install it. I'd need GLIBC_2.28 for the compiled version or CMake 3.5 to compile it myself. Has anyone any advice how to use it anyway?

Best wishes H0ffman

jrose-signal commented 1 year ago

I haven't tried it but it looks like the cmake3 package on CentOS has a new enough version of CMake. You may need to then (temporarily) make it findable as cmake, as described in these StackOverflow answers, though it would be nice™ if cmake-rs magically found cmake3. Please report back if this works for you!

HoffmannP commented 1 year ago

Hey @jrose-signal thanks for the helpful reply, using cmak3 as a replacement worked pretty fine! But now I run into the next version error as "This crate" ( I assume signalapp/boring) requires libclang 3.9.

jrose-signal commented 1 year ago

That's correct, you'll need to find a way to get a newer version of Clang as well.

(I know we don't document our minimum dependencies very well, but at the same time any use outside of what Signal does is "unsupported" in some sense.)

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

This issue has been closed due to inactivity.