openssl
openssl copied to clipboard
Fail to install with Raku 2021.09
Trying to install this yields an error:
[OpenSSL] # NETWORK_TESTING was not set
[OpenSSL] Unable to read key
[OpenSSL] in method new at /home/jmerelo/.zef/store/openssl.git/1e0f472094f3544bde39a15d6fa7cf809324967a/lib/OpenSSL/RSATools.pm6 (OpenSSL::RSATools) line 23
[OpenSSL] in block <unit> at t/03-rsa.t line 10
[OpenSSL] # NETWORK_TESTING was not set
after reading the details here #87. installing PathTools
before installing OpenSSL
solves the issue.
Installing PathTools isn't working for me https://github.com/pdf-raku/PDF-Content-raku/runs/3761170655#step:4:25
I hope the underlying problem has finally been nailed down and fixed with https://github.com/sergot/openssl/pull/95.
I wasn't able to reproduce the error Unable to read key
with Raku 2021.09 (from https://github.com/nxadm/rakudo-pkg) and OpenSSL 0.1.29. So maybe this can be closed?
I'm pretty sure this is solved. @JJ Can you verify and close?