[issue43466] ssl/hashlib: Add configure option to set or auto-detect rpath to OpenSSL libs

Pablo Galindo Salgado report at bugs.python.org
Thu Mar 11 06:33:05 EST 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

> AFAIK this won't play will with static linking.

It should not be any problem as long as we expose the SSL symbols in the dynamic table of the extension (this happens by default). The only nuisance would be that users will still need those shared objects around so they can be dlopened by the extension.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43466>
_______________________________________


More information about the Python-bugs-list mailing list