htrefil/rkvm

Cannot build on Ubuntu 22.04 LTS

nicolasf opened this issue · 2 comments

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.

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.

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