https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246857
Kubilay Kocak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-qa Status|New |Open CC| |[email protected] Summary|finance/electrum |finance/electrum: Fails to | |run: _ssl.so: Undefined | |symbol | |"SSLv3_method@OPENSSL_1_1_0 | |" --- Comment #1 from Kubilay Kocak <[email protected]> --- @Per Thank you for your report. Couyld you please include additional information, including: - Exact FreeBSD version (uname -a output) - Whether you are using ports or packages, and if packages, what version (quarterly or latest) - pkg version -v output (as an attachment) - /etc/make.conf contents (if not empty) The issue itself appears to be related to Python, rather than electrum itself, and can often occur when updating or changing SSL library versions, but not also rebuilding Python after that change This should be reproducible without electrum by running: $ python3.7 >>> import ssl -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
