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

Build fail on system with openssl 1.1.1 #94

Closed
portaloffreedom opened this issue Nov 4, 2018 · 3 comments
Closed

Build fail on system with openssl 1.1.1 #94

portaloffreedom opened this issue Nov 4, 2018 · 3 comments

Comments

@portaloffreedom
Copy link

Easy fix, you just need to update the openssl library

Related Github issue:
sfackler/rust-openssl#994

this is the error:

   Compiling openssl v0.9.24                                                                                                                                                                                      
error: failed to run custom build command for `openssl v0.9.24`                                                                                                                                                   
process didn't exit successfully: `~/projects/rust/mail_test/target/debug/build/openssl-d6940fa3998f9474/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'Unable to detect OpenSSL version', ~/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14
note: Run with `RUST_BACKTRACE=1` for a backtrace.
@jonhoo
Copy link
Collaborator

jonhoo commented Nov 4, 2018

Are you trying to operate on the version on crates.io, or on the git version? Sadly, due to #69, crates.io hasn't seen a release in quite some time. The git version depends on native-tls 0.2, which doesn't suffer from that issue :)

@portaloffreedom
Copy link
Author

Oh, I see :(

Yes, I'm running the crates.io version. I'll try the git version and I think my problem will be solved. If that's not the case, I'll write something here.

I think the issue should stay open until the crates.io version is updated. Mostly for other people that will have the same problem.

@jonhoo
Copy link
Collaborator

jonhoo commented Nov 22, 2018

Fixed in 0.9!

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

2 participants