You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cargo run
Compiling openssl-sys v0.9.2
Compiling num-bigint v0.1.35
Compiling num-iter v0.1.32
Compiling unicase v1.4.0
error: failed to run custom build command for `openssl-sys v0.9.2`
process didn't exit successfully: `/home/ya/src/github.com/machisuji/cardboard/target/debug/build/openssl-sys-c97d8f84c1378599/build-script-build` (exit code: 101)
--- stdout
cargo:rustc-link-search=native=/usr/lib64
cargo:rustc-link-lib=ssl
cargo:rustc-link-lib=crypto
--- stderr
thread 'main' panicked at '
This crate is only compatible with OpenSSL 1.0.1, 1.0.2, and 1.1.0, but a
different version of OpenSSL was found:
0x1010102fL
The build is now aborting due to this version mismatch.
', /home/ya/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.2/build.rs:243:9
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
warning: build failed, waiting for other jobs to finish...
error: build failed
After running cargo update, cargo run fails with:
error: failed to run custom build command for `openssl v0.9.24`
process didn't exit successfully: `/home/ya/src/github.com/machisuji/cardboard/target/debug/build/openssl-afd28e136b1155b8/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'Unable to detect OpenSSL version', /home/ya/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
warning: build failed, waiting for other jobs to finish...
error: build failed
It eventually needs to be resolved upstream with the openssl-sys crate.
This has been tested on a Fedora 29 machine with latest patch level.
The text was updated successfully, but these errors were encountered:
After installing the OpenSSL build dependencies (see https://docs.rs/openssl/0.10.20/openssl/), this does not build after running
cargo run
. It shows:After running
cargo update
,cargo run
fails with:It eventually needs to be resolved upstream with the
openssl-sys
crate.This has been tested on a Fedora 29 machine with latest patch level.
The text was updated successfully, but these errors were encountered: