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

MbedTLS conflict #1679

Closed
visr opened this issue Sep 19, 2020 · 1 comment
Closed

MbedTLS conflict #1679

visr opened this issue Sep 19, 2020 · 1 comment
Labels
julia 💜 ❤️ 💚 Builders and issues related to Julia and its dependencies

Comments

@visr
Copy link
Contributor

visr commented Sep 19, 2020

This issue was reported by @niclasmattsson in JuliaGeo/GDAL.jl#95.

The libmbedcrypto.dll in the julia/bin folder does not have the MD4 module enabled. MbedTLS_jll, does, since #911. Now the GDAL_jll command line tools, which through libcurl link to libmbedcrypto, complain that mbedtls_md4_ret is missing, presumably because it was build against MbedTLS_jll, but now gets the version in the julia/bin folder.

Not sure what can be done about this, besides the path hacks in the original issue?

I see this on 1.5.1 on Windows and on a week old nightly as well, with the latest relevant JLL packages:

GDAL_jll v3.0.4+2
MbedTLS_jll v2.16.8+0
LibCURL_jll v7.71.1+0
@visr
Copy link
Contributor Author

visr commented Apr 12, 2021

This was fixed by #2554.

@visr visr closed this as completed Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
julia 💜 ❤️ 💚 Builders and issues related to Julia and its dependencies
Projects
None yet
Development

No branches or pull requests

2 participants