Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 330 Bytes

debug_record.md

File metadata and controls

13 lines (9 loc) · 330 Bytes

failed to run custom build command for openssl-sys v0.9.55

sfackler/rust-openssl#1021 ubuntu 解决办法:sudo apt install pkg-config

未尝试解决办法:

Cargo.toml

[dependencies] openssl = { version = "0.10", features = ["vendored"] }