[New-bugs-announce] [issue44883] configure --with-openssl-rpath=DIR too eager about existence of DIR

Elvis Pranskevichus report at bugs.python.org
Tue Aug 10 23:07:44 EDT 2021


New submission from Elvis Pranskevichus <elvis at magic.io>:

https://bugs.python.org/issue43466 added a way to set OpenSSL rpath explicitly via --with-openssl-rpath=DIR, which is cool!  However, the current configuration code checks for the presence of the specified directory eagerly, which breaks setups where both OpenSSL and Python are being built at the same time, but not necessarily installed to the runtime location (think omnibus debs).  Unless there's a good reason why an eager check is needed, I think it should be dropped to ease packaging.

----------
assignee: christian.heimes
components: Installation, SSL
messages: 399368
nosy: Elvis.Pranskevichus, christian.heimes
priority: normal
severity: normal
status: open
title: configure --with-openssl-rpath=DIR too eager about existence of DIR
versions: Python 3.10

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


More information about the New-bugs-announce mailing list