sergot / openssl

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

Cannot locate symbol... #47

Open fedov opened 7 years ago

fedov commented 7 years ago

I get the following error when I try to install cro:

===> Installing: Cro::WebSocket:ver('0.7') ===> Install [FAIL] for Cro::WebSocket:ver('0.7'): ===SORRY!=== Cannot locate symbol 'SSL_load_error_strings' in native library 'libssl.so'

===SORRY!=== Cannot locate symbol 'SSL_load_error_strings' in native library 'libssl.so'

The culprit seems to be the perl6 ssl binding. This is openssl 1.1.0.f-2 on Arch Linux. Could be related to this issue: https://github.com/sergot/openssl/issues/34 And it seems I'm not the only one: https://www.nntp.perl.org/group/perl.perl6.users/2017/08/msg4224.html