You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sure this changed because of the authentication code now being used during startup. This is strictly speaking not needed, but given furture plans which may involve users authenticating, we should keep this.
Monetdbe requires libcrypto from openssl. Somewhere the binary wheel construction tools don't pick up this dependency.
This changed, since as far as I know with the monetdbe C code bundled with previous releases didn't have a hard dependency on openssl.
This might be related to the comment in the pep spec:
https://www.python.org/dev/peps/pep-0513/#the-manylinux1-policy
"libcrypt.so.1 was retrospectively removed from the whitelist after Fedora 30 was released with libcrypt.so.2 instead."
The text was updated successfully, but these errors were encountered: