-
Notifications
You must be signed in to change notification settings - Fork 0
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
OpenSSL version error during installation #1
Comments
Thanks for opening the issue! What OS and Rust/Cargo versions are you using? The project has not been published on crates.io because at the time it was depending on a crate from a git repo, and that might not be necessary anymore. I'll look into updating the dependencies, see if I can publish it, and if the update might solve your problem. |
I am using Ubuntu 18.04 and the latest versions of Rust and Cargo. |
Strange, with Ubuntu 18.04 it seems that you have OpenSSL 1.1.0 and the I updated all the dependencies of this project and switched from And I'll try it too later today on Arch Linux with the latest Rust and Cargo so if there's an issues with the latest version of OpenSSL on the system I'll probably be able to reproduce it. I was also hopping that |
I actually have 1.1.1b. Could that be the problem? I re-pulled the changed code and tried building it. This is the error I get:
So, the option for me is to downgrade to 1.1.0? |
No don't downgrade, it's my project's responsibility to work with recent versions of OpenSSL if that's the issue. And it seems that this is indeed the issue! Worst case it seems that I'll need to adapt the build instructions while waiting for the |
Thanks @vinc For now, I have another container which has an older version of OpenSSL. It works fine there. |
Okay I could reproduce the problem on my Arch Linux computer with OpenSSL 1.1.1b! I updated the I'll add @dependabot to this repo to stay up to date. (I also found a lot of changes on the local repo of this computer that I had not committed, I'll have to check that) |
Trying to install using
cargo install timetable
throws this error:When I try to install from source, I get an error related to the version of OpenSSL:
Any idea what I can do?
The text was updated successfully, but these errors were encountered: