-
Notifications
You must be signed in to change notification settings - Fork 51
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
strange libssl/libcrypto version issue on Julia 1.5.3 #208
Comments
Yeah it looks like the breaking version is loading the system's libcrypto.so ( |
That sounds like the SONAMEs don't match, so the OS doesn't realize that it's loading two different copies of the same thing. @ExpandingMan what does |
I'm not really sure if these were the files you wanted me to dump, if there were another you had in mind, please let me know and I'll provide it for you. |
So far, the only way I've actually been able to fix this is by making |
@ExpandingMan The first library you |
|
I am sometimes getting Julia crash with the following error when calling
LibPQ.Connection(::String)
There seems to be some conflict with some python library loaded by scikitlearn. I'm having a very hard time getting an MWE. Instead, what I have done is to run it both with and without scikitlearn. If I run without scikitlearn I don't get the error.
Here is the result of
Libdl.dllist()
without scikitlearn (and I don't get the error)And here it is with scikitlearn when I do get the error
@staticfloat, @giordano
The text was updated successfully, but these errors were encountered: