New submission from Elvis Pranskevichus <el...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue44883>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to