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!
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!