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

OpenSSL_jll and undefined symbol: EVP_idea_cbc errors #520

Open
lazzarello opened this issue Jan 17, 2023 · 2 comments
Open

OpenSSL_jll and undefined symbol: EVP_idea_cbc errors #520

lazzarello opened this issue Jan 17, 2023 · 2 comments

Comments

@lazzarello
Copy link

This is mostly informational but I've given some time to a strange bug between the way py-julia and OpenSSL_jll interact with some versions of the binary library libssl.so. The solution is to downgrade OpenSSL_jll to a version from around 2020.

I don't know exactly how this is happening but I added the most detail in the Openssl_jll repo. There are other projects outside of my own that link to a version of libssl that is too new and throw the same error.

JuliaPackaging/Yggdrasil#6090

@mkitti
Copy link
Member

mkitti commented Jan 17, 2023

My recommendation would be to consider the JLL override mechanism using Overrides.toml or Local Preferences.toml for this purpose.

@lazzarello
Copy link
Author

thanks I'll check those out. I'm about three months into my Julia adventure and there's a lot to learn.

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