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 speqz
Recipients speqz
Date 2019-10-17.20:55:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571345739.37.0.277931445502.issue38510@roundup.psfhosted.org>
In-reply-to
Content
Build python with --enable-shared will create python binary linked against the shared library. You have LD_LIBRARY_PATH before using python binary if it is installed non-system wide. (ex. using gnu modules load).
Changing BLDLIBRARY in configuration could make program work as usual (without setting LD_LIBRARY_PATH) and generating shared-object as well.
History
Date User Action Args
2019-10-17 20:55:39speqzsetrecipients: + speqz
2019-10-17 20:55:39speqzsetmessageid: <1571345739.37.0.277931445502.issue38510@roundup.psfhosted.org>
2019-10-17 20:55:39speqzlinkissue38510 messages
2019-10-17 20:55:38speqzcreate