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 xdegaye
Recipients michael-o, vstinner, xdegaye
Date 2019-05-03.19:34:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556912042.15.0.37189605777.issue36758@roundup.psfhosted.org>
In-reply-to
Content
I can reproduce the problem.

The Makefile uses LIBDIR as set by configure to install the libraries and this is not consistent with Modules/getpath.c that finds the locations of the libraries (see the detailed comments at the top of the source file) without searching for LIBDIR.

The work around is to use PYTHONHOME.
Michael is right and ./configure should at least issue a warning when --libdir is used.
History
Date User Action Args
2019-05-03 19:34:02xdegayesetrecipients: + xdegaye, vstinner, michael-o
2019-05-03 19:34:02xdegayesetmessageid: <1556912042.15.0.37189605777.issue36758@roundup.psfhosted.org>
2019-05-03 19:34:02xdegayelinkissue36758 messages
2019-05-03 19:34:02xdegayecreate