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.

classification
Title: sqlite3: Add configure option to set or auto-detect rpath to sqlite3 libs
Type: enhancement Stage:
Components: Build, Installation Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: chaz6, docs@python, erlendaasland
Priority: normal Keywords:

Created on 2021-10-05 09:47 by chaz6, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg403214 - (view) Author: Chris Hills (chaz6) Date: 2021-10-05 09:47
Similar to https://bugs.python.org/issue43466 for openssl, please add a configure option to set rpath for sqlite3.

--with-sqlite-rpath=<DIR|auto|no>

Ideally, when any dpeendency is discovered with pkg-config, the correct rpath should be set, but this would be a breaking change.
History
Date User Action Args
2022-04-11 14:59:50adminsetgithub: 89537
2021-10-05 21:17:34erlendaaslandsetnosy: + erlendaasland
2021-10-05 09:49:53christian.heimessettype: enhancement
components: + Build, - Documentation
versions: + Python 3.11, - Python 3.10
2021-10-05 09:47:10chaz6create