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 Lucian Cristian
Recipients Lucian Cristian
Date 2018-04-24.15:55:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524585306.61.0.682650639539.issue33347@psf.upfronthosting.co.za>
In-reply-to
Content
it seems that python-config --libs doesn't detect -lz and appending -lz fixes the problem

-    PYTHON_LIBS="`\"${PYTHONCONFIG}\" --libs`"
+    PYTHON_LIBS="`\"${PYTHONCONFIG}\" --libs` -lz"
History
Date User Action Args
2018-04-24 15:55:06Lucian Cristiansetrecipients: + Lucian Cristian
2018-04-24 15:55:06Lucian Cristiansetmessageid: <1524585306.61.0.682650639539.issue33347@psf.upfronthosting.co.za>
2018-04-24 15:55:06Lucian Cristianlinkissue33347 messages
2018-04-24 15:55:06Lucian Cristiancreate