Skip to content

Project refuses to compile with OpenSSL version 1.1.1 #10

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

Open
ArniDagur opened this issue Jan 29, 2019 · 0 comments
Open

Project refuses to compile with OpenSSL version 1.1.1 #10

ArniDagur opened this issue Jan 29, 2019 · 0 comments

Comments

@ArniDagur
Copy link

ArniDagur commented Jan 29, 2019

... TRUNCATED ...

--- stderr
thread 'main' panicked at '

This crate is only compatible with OpenSSL 1.0.1, 1.0.2, and 1.1.0, or LibreSSL
2.5 and 2.6.0, but a different version of OpenSSL was found. The build is now
aborting due to this version mismatch.

', /home/arni/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.17/build.rs:463:9
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

warning: build failed, waiting for other jobs to finish...
error: build failed

openssl-sys is a dependency of reqwest, so I guess that's what needs to be updated.

[arni@arni-pc][rget]% cargo tree -p openssl-sys -i
openssl-sys v0.9.17
└── openssl v0.9.17
    └── native-tls v0.1.4
        ├── hyper-tls v0.1.2
        │   └── reqwest v0.7.3
        │       └── rget v0.3.2 (/home/arni/OpenSource/rget)
        ├── reqwest v0.7.3 (*)
        └── tokio-tls v0.1.3
            ├── hyper-tls v0.1.2 (*)
            └── reqwest v0.7.3 (*)

As you can see, my OpenSSL version is 1.1.1:

[arni@arni-pc][~]% pacman -Q | grep openssl
openssl 1.1.1.a-1
openssl-1.0 1.0.2.q-1
@ArniDagur ArniDagur changed the title Project refuses to compile with OpenSSL verison 1.1.1 Project refuses to compile with OpenSSL version 1.1.1 Jan 29, 2019
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

1 participant