-
-
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
Installing fails on Debian Stable (buster) with "Cannot locate symbol 'sk_num' in native library 'libssl.so'" #82
Comments
I just ran into this as well :-( |
Oddly enough, cloning the OpenSSL repo into a local dir, all tests pass. And thus |
I am also encountering this problem on Kubuntu 20.04, where libssl.so is a symlink to libssl.so.1.1 |
I've hit the same problem on Debian 10 (buster) that comes with openssl (and libssl) 1.1.1d. I've used rakudo-pkg for this installation.
If I'm not mistaken things work smoothly if
Now I nuke the newly installed stuff, remove
I'd expect that (re-)installing
After nuking ~/.raku and ~/.zef the installation works again.
So I suspect something is left over from the first (unsuccessful) try. Does that ring a bell for someone? It would be nice if someone else could verify that things work as expected if |
@usev6 Based on your observations I suspect you could reproduce the issue with a local repo (i.e. using |
That was spot on:
|
Unfortunately the new version 0.1.25 (with the patch from 72ce2495b6) fails to install for me even with
|
I don't know if this is helpful, but adding a My next thought was: That's not a general solution. |
If installation was working before and after manually deleting the |
This is weird. It looks like the new problem ( I just tried to run
|
I've opened a separate issue for the new problem: #87 |
With #87 out of the way, the installation of OpenSSL (0.1.26) behaves as expected:
To be sure, I've tried the above commands a couple of times, but the results were consistent. Maybe someone else could double check and then this issue could be closed? |
I've switched OSes since I last tried this, but I can confirm that this module now installs successfully without errors on Manjaro which currently provides OpenSSL 1.1.1k |
I've installed
libssl-dev
which provideslibssl.so
. Withoutlibssl-dev
installed I getCannot locate native library 'libssl.so': libssl.so: cannot open shared object file: No such file or directory
instead.Here's trying to install the module on Debian Stable with rakudo v2020.12.
The text was updated successfully, but these errors were encountered: