JuliaLang / MbedTLS.jl

Wrapper around mbedtls
Other
41 stars 50 forks source link

Potential conflict with SMTPClient #212

Closed jeremiedb closed 1 year ago

jeremiedb commented 4 years ago

There's an apparent client when using MbedTLS.jl along with SMTPClient.jl on Windows 10. Reference to issue opened on SMTPClient: https://github.com/aviks/SMTPClient.jl/issues/36

libmbedtls.dll can't be loaded. At first sight, seems analogous to issues raised where an underlying library is included in base Julia and with a package (or different buit in different packages?)

"C:\Users\Jeremie.julia\packages\MbedTLS\a1JFn\deps\usr\bin\libmbedtls.dll"

aviks commented 1 year ago

The linked SMTPClient.jl issue is fixed. This should be closed.