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 ned.deily
Recipients Brian Sidebotham, cstratak, lemburg, ned.deily
Date 2017-10-10.14:12:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507644770.53.0.213398074469.issue31744@psf.upfronthosting.co.za>
In-reply-to
Content
Do you already have an existing version of Python 2.7 installed at the prefix location /opt/ws1?  Because you are attempting to build with --enable-shared, the build may be picking up the already installed shared library.  Try building without --enable-shared or with a unique prefix location and see if it works then.
History
Date User Action Args
2017-10-10 14:12:50ned.deilysetrecipients: + ned.deily, lemburg, cstratak, Brian Sidebotham
2017-10-10 14:12:50ned.deilysetmessageid: <1507644770.53.0.213398074469.issue31744@psf.upfronthosting.co.za>
2017-10-10 14:12:50ned.deilylinkissue31744 messages
2017-10-10 14:12:50ned.deilycreate