-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with not having different openssl version supported on newer linux distros #1198
Comments
As a workaround Im using |
It builds on most Linux systems (checked in CI). I'd recommend looking at the |
"error: failed to run custom build command for |
Here is people talking about reqwest about this issue as this library don't support openssl on some distros |
reqwest uses |
rust-tls is working but on linux openssl is the default and it causes problem on newer distributions. Also many crates having reqwest support built in and it again uses openssl default on linux which causes fail compilation. |
I have a Fedora 33 machine with openssl version 1:1.1.1i-3 but its failing to build. Also an issue on any newer Linux Distro with newer openssl please see to it thanks.
The text was updated successfully, but these errors were encountered: