Cannot build on Ubuntu 22.04 LTS
nicolasf opened this issue · 2 comments
nicolasf commented
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
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
This is fixed, a new release will be out soon. rkvm will no longer depend on openssl.