This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients barry, christian.heimes, gregory.p.smith, pablogsal
Date 2021-03-11.00:15:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615421703.11.0.572821647647.issue43466@roundup.psfhosted.org>
In-reply-to
Content
> The problem is that some features are not baked into the .a files. 

Oh, I see. So when using modern versions of openssl what shared objects do we expect to be in the NEEDED section? Right now, I see this in python3.8 in Ubuntu with OpenSSL 1.1.1:

❯ ldd /usr/lib/python3.8/lib-dynload/_ssl.cpython-38-x86_64-linux-gnu.so
        linux-vdso.so.1 (0x00007ffcf71ef000)
        libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007fe8782b6000)
        libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007fe877deb000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fe877bcc000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe8777db000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fe8775d7000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fe87876e000)
History
Date User Action Args
2021-03-11 00:15:03pablogsalsetrecipients: + pablogsal, barry, gregory.p.smith, christian.heimes
2021-03-11 00:15:03pablogsalsetmessageid: <1615421703.11.0.572821647647.issue43466@roundup.psfhosted.org>
2021-03-11 00:15:03pablogsallinkissue43466 messages
2021-03-11 00:15:03pablogsalcreate