[Bug 246857] finance/electrum: Fails to run: _ssl.so: Undefined symbol "SSLv3_method at OPENSSL_1_1_0"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 30 08:29:00 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246857

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-qa
             Status|New                         |Open
                 CC|                            |python at FreeBSD.org
            Summary|finance/electrum            |finance/electrum: Fails to
                   |                            |run: _ssl.so: Undefined
                   |                            |symbol
                   |                            |"SSLv3_method at OPENSSL_1_1_0
                   |                            |"

--- Comment #1 from Kubilay Kocak <koobs at FreeBSD.org> ---
@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.


More information about the freebsd-python mailing list