garycnew
Senior Member
@thelonelycoder I ran into an issue, attempting to use python's ssl (python3-openssl) module, with the armv7sf-k2.6 repo's, in that ssl appears to function properly with the entware and garycnew repos' python3-openssl packages, but doesn't seem to work with the maurer repo's python3-openssl package.
entware:
maurer:
garycnew:
I'm trying to understand whether it's strictly an issue with maurer's repo, an issue with mixed packages from the combination of armv7sf-k2.6 repo's, or something else.
If you could attempt to reproduce each case, I would be greatly appreciative.
Respectfully,
Gary
entware:
Code:
# python -c "import ssl; print(ssl.OPENSSL_VERSION)"
OpenSSL 3.0.10 1 Aug 2023
# openssl version
OpenSSL 1.1.1w 11 Sep 2023
maurer:
Code:
# python -c "import ssl; print(ssl.OPENSSL_VERSION)"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/opt/lib/python3.11/ssl.py", line 100, in <module>
ImportError: /opt/lib/python3.11/lib-dynload/_ssl.cpython-311-arm-linux-gnueabi.so: symbol COMP_get_type, version OPENSSL_3.0.0 not defined in file libcrypto.so.3 with link time reference
garycnew:
Code:
# python -c "import ssl; print(ssl.OPENSSL_VERSION)"
OpenSSL 3.0.14 4 Jun 2024
# openssl version
OpenSSL 1.1.1w 11 Sep 2023
I'm trying to understand whether it's strictly an issue with maurer's repo, an issue with mixed packages from the combination of armv7sf-k2.6 repo's, or something else.
If you could attempt to reproduce each case, I would be greatly appreciative.
Respectfully,
Gary
Last edited: