htrefil / rkvm

Virtual KVM switch for Linux machines
MIT License
386 stars 50 forks source link

Build fails due to missing OpenSSL #33

Closed christ4k closed 1 year ago

christ4k commented 1 year ago

Either from AUR or when trying to build from source (same thing, I know), the package fails to be built. It prints in stdout: Failed to find OpenSSL development header even though OpenSSL is installed. System: Arch Linux OpenSSL version: OpenSSL 3.0.8 7 Feb 2023 (Library: OpenSSL 3.0.8 7 Feb 2023)

htrefil commented 1 year ago

I made a bunch of changes, one of them being getting rid of the dependency on OpenSSL and using rustls instead. I will make a new official release soon.

christ4k commented 1 year ago

Can't wait! I want to try it, as I am on Wayland on every machine now. Also, I commented in AUR that the build fails and I got an email saying this:

The package rkvm-git [1] was disowned by mser [2].

I volunteer to help "maintain" the AUR package when the new release is ready.