Closed vitornesello closed 2 years ago
Hi, I have the exact same issue her ehttps://github.com/KwatMDPhD/GSEA.jl/issues/59. I hope you could help take care of this.
And this is the same issue https://github.com/JuliaLang/MbedTLS.jl/issues/242
This is fixed.
Thanks, guys
Hello,
MbedTLS.jl is used as a dependency in one of my applications. We deploy a compiled version of this app using PackageCompiler.jl and everything was working just fine until one of the latest releases of the month of July.
What happens is that this function (code copied below) is trying to access the file
cert.pem
using the variableSys.BINDIR
as reference path. The problem is that in the compiled app the certificate does not exist in the expected directory.How could I fix it? I am keen to opening a PR if the problem really comes from this package