htrefil / rkvm

Virtual KVM switch for Linux machines
MIT License
415 stars 51 forks source link

Cannot build on Ubuntu 22.04 LTS #28

Closed nicolasf closed 1 year ago

nicolasf commented 2 years ago

Due to OpenSSL version differences, the rust compiler can't build against a default Ubuntu 22.04 installation with openssl installed.

Solution is to update openssl and openssl-sys dependencies of the project.

Omrigan commented 1 year ago

What is the error you get? I have something like "RUST_VERSION_OPENSSL_" and "(" does not give a valid preprocessing token on Arch.

For me, cargo update also seems to work.

htrefil commented 1 year ago

This is fixed, a new release will be out soon. rkvm will no longer depend on openssl.