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 Santiago Castro
Recipients Santiago Castro
Date 2016-09-19.19:34:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474313690.75.0.976333515942.issue28207@psf.upfronthosting.co.za>
In-reply-to
Content
When installing Python (for example, version 3.5.2), if SQLite library and headers are not installed in a default location (like $HOME/.local/include instead of /usr/include), it should take it from there, and not fail to find it. This behavior does work with bz2 library and OpenSSL, but not with SQLite.
History
Date User Action Args
2016-09-19 19:34:50Santiago Castrosetrecipients: + Santiago Castro
2016-09-19 19:34:50Santiago Castrosetmessageid: <1474313690.75.0.976333515942.issue28207@psf.upfronthosting.co.za>
2016-09-19 19:34:50Santiago Castrolinkissue28207 messages
2016-09-19 19:34:50Santiago Castrocreate