Skip to content
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

Fail to build on hosts with openssl 1.1.1 #345

Closed
kpcyrd opened this issue Sep 15, 2018 · 4 comments
Closed

Fail to build on hosts with openssl 1.1.1 #345

kpcyrd opened this issue Sep 15, 2018 · 4 comments

Comments

@kpcyrd
Copy link

kpcyrd commented Sep 15, 2018

Related to sfackler/rust-openssl#994

reqwest is pulling in 0.9.24, according to this thread it's recomended to use 0.10.X of openssl. I'm not able to compile reqwest or a project that depends on reqwest on my archlinux system.

@andrzejressel
Copy link

I think fix was added here: 11f8588#diff-80398c5faae3c069e4e6aa2ed11b28c0R26, but there is no release with that commit.

@est31
Copy link
Contributor

est31 commented Sep 16, 2018

Relevant reddit discussion: https://www.reddit.com/r/rust/comments/9g1xuv/reqwest_fails_to_build_on_a_newly_updated_arch/

This should do:

reqwest = { git = "https://github.com/seanmonstar/reqwest" }

@seanmonstar
Copy link
Owner

v0.9 has been published with the native-tls upgrade.

@est31
Copy link
Contributor

est31 commented Sep 19, 2018

@seanmonstar thanks for the release! The upgrade went very smoothly for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants