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 jcastillo2nd
Recipients Jeremy.Huntwork, Kylie McClain, Richard Eames, jcastillo2nd, martin.panter, tianon, twiggers
Date 2018-11-29.08:01:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543478518.0.0.788709270274.issue21622@psf.upfronthosting.co.za>
In-reply-to
Content
The PR 10460 ( for 3.8 ) patches the search attempts to leverage LD_LIBRARY_PATH for the Linux case and catches the case after SONAME, gcc and ldconfig behaviors fail.

While this may not be set in all environments ( like the musl based Alpine docker image ) setting the environment variable is within the user's control and when properly set does return found libraries.

PR 10461 and PR 10462 are closed for now, as backports to 2.7 and 3.7 need to have the 3.8 accepted first before being reviewed.
History
Date User Action Args
2018-11-29 08:01:58jcastillo2ndsetrecipients: + jcastillo2nd, martin.panter, Jeremy.Huntwork, Kylie McClain, twiggers, Richard Eames, tianon
2018-11-29 08:01:58jcastillo2ndsetmessageid: <1543478518.0.0.788709270274.issue21622@psf.upfronthosting.co.za>
2018-11-29 08:01:57jcastillo2ndlinkissue21622 messages
2018-11-29 08:01:57jcastillo2ndcreate