We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
===> 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: #34 And it seems I'm not the only one: https://www.nntp.perl.org/group/perl.perl6.users/2017/08/msg4224.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get the following error when I try to install cro:
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:
#34
And it seems I'm not the only one:
https://www.nntp.perl.org/group/perl.perl6.users/2017/08/msg4224.html
The text was updated successfully, but these errors were encountered: