Closed nikomatsakis closed 5 years ago
I guess the version of openssl is too new.
Is there documentation on which versions of openssl are supposed by which versions of this crate?
OpenSSL 1.1.1 is currently on fedora29 and there is support for it, no?
Tag openssl-v0.9.24
fails to build on F29, current master works. Can you bump? :-)
openssl 0.9 doesn't support OpenSSL 1.1.1. You'll need to either upgrade that dependency to openssl 0.10, or get a copy of an older version of OpenSSL.
I have run the recommended command to install dependencies:
but I get the following error when building a crate that depends on openssl (the rustc-perf collector crate, to be specific):
Kind of stuck here =)