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
System package openssl is installed by default on lots of platforms, but usually developer package libssl-dev is not. It would be good for the readme to document installing the dev package!
The text was updated successfully, but these errors were encountered:
bobhy
changed the title
Crate should document dependency on system package openssl-dev
Crate should document dependency on system package libssl-devDec 18, 2022
Ref #1663, https://stackoverflow.com/questions/65553557/why-rust-is-failing-to-build-command-for-openssl-sys-v0-9-60-even-after-local-in and probably many others.
System package
openssl
is installed by default on lots of platforms, but usually developer packagelibssl-dev
is not. It would be good for the readme to document installing the dev package!The text was updated successfully, but these errors were encountered: