-
-
Notifications
You must be signed in to change notification settings - Fork 31
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 sk_num #68
Comments
has anyone investigated this issue? |
Yes, this is a repeat of jnthn/p6-io-socket-async-ssl/#34. Unfortunately, this is going to become more common, since libssl1.0 has now been removed from the latest KUbuntu. Here's the workaround:
You should now be able to install this module without errors. |
OpenSSL 1.1.1 is quite common in the newest Linux distributions. I'm getting painted into a corner due to this issue in some cases: RHEL 8, CentOS 8, Oracle Linux 8, Fedora 31, etc. It won't be realistic to down-rev OpenSSL in our case, so I hope that work will continue to overcome this issue. |
Indeed. The libssl1.0-dev package has even been removed from Ubuntu 19.10. Seems safer to require the newer OpenSSL symbols than the older ones at this point. |
Is @sergot active? |
Unfortunately I'm not that active anymore @Xliff , will try to find some time this week. |
Could not confirm with a clean installation. |
I think this problem should no longer happen. At least I was able to install OpenSSL on Debian 10 and Ubuntu 20.04.2 LTS (both coming with OpenSSL 1.1.1). If I'm not mistaken, the following changes made things work:
Please note: The second change was only necessary if the libssl.so was not already present when attempting to install OpenSSL the first time. However, I think (hope) that this issue could be closed now. It would be great if someone else double checks. |
The text was updated successfully, but these errors were encountered: