This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
Install with vendored openssl? #89
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heard about cargo-information on the Rust blog and it sounds like an interesting and useful tool, so I tried to
cargo install
it on my primary system. But this failed on trying to compile with the system OpenSSL, because this system intentionally does not have a complete C/C++ dev environment.I ran into the same problem when installing cargo-outdated. In their case, they have an opt-in "vendored-openssl" feature which gets it working for me. But I couldn't find how to set similar option when installing cargo-information?
Although I can compile cargo-information on my dev system and transfer the binary, direct use of
cargo install
would greatly simplify updating.Is it possible to install cargo-information with vendored OpenSSL? If not, could such option please be added to cargo-information?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions