sergot / openssl

OpenSSL bindings for Perl 6
MIT License
14 stars 31 forks source link

Fail to install with Raku 2021.09 #90

Open JJ opened 2 years ago

JJ commented 2 years ago

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
khalidelboray commented 2 years ago

after reading the details here #87. installing PathTools before installing OpenSSL solves the issue.

dwarring commented 2 years ago

Installing PathTools isn't working for me https://github.com/pdf-raku/PDF-Content-raku/runs/3761170655#step:4:25

usev6 commented 2 years ago

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?

patrickbkr commented 1 year ago

I'm pretty sure this is solved. @JJ Can you verify and close?