JuliaLang / MbedTLS.jl

Wrapper around mbedtls
Other
41 stars 50 forks source link

Incorrect libmbedtls.dll and libmbedx509.dll in v0.6.7 for Windows #195

Open jkort opened 5 years ago

jkort commented 5 years ago

even when I remove MbedTLS via Pkg, delete the package files and re-add it - getting version 0.6.7 - I'm getting errors like: ErrorException("error compiling #sslconnection#18: error compiling Type: could not load library "C:\Users\jort.julia\packages\MbedTLS\XkQiX\deps\usr\bin\libmbedtls.dll"\nThe specified procedure could not be found.\r\n") when making HTTP GET calls. I notice that: libmbedtls.dll is 281KB libmbedx509.dll is 144KB in my MbedTLS tree; if I look under LibCURL (Dec 2018 install), I see much bigger library files: libmbedtls.dll is 551KB libmbedx509.dll is 425KB and if I overwrite those under MbedTLS tree then things work for me. Any ideas on what I am doing wrong, or what I can do to fix this? Your help for this newbie is much appreciated!

tkoolen commented 5 years ago

Presumably a duplicate of #193, but good to have another data point.