-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Cannot locate symbol 'SSL_get_peer_certificate' in native library 'libssl.so' #12
Comments
I was able to fix this. I noticed that my zef was not up to date, so i updated zef and re-installed all the modules. |
I am still getting this error:
|
According to the official site, the latest versions of libssl.so are using This is probably done via macro, which Raku will not pick up. |
After updating
|
When updating the raku libs with zef:
openssl version:
The text was updated successfully, but these errors were encountered: