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 Arun Solomon
Recipients Arun Solomon, r.david.murray, vstinner
Date 2018-02-15.13:33:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518701626.47.0.467229070634.issue32848@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I ran with the following command to configure python with valgrind:
./configure --without-pymalloc --with-pydebug --with-valgrind

I was getting the following error:
configure: error: Valgrind support requested but headers not available

Python:   2.7.5
Valgrind: 3.12.0

How can i resolve this error?
History
Date User Action Args
2018-02-15 13:33:46Arun Solomonsetrecipients: + Arun Solomon, vstinner, r.david.murray
2018-02-15 13:33:46Arun Solomonsetmessageid: <1518701626.47.0.467229070634.issue32848@psf.upfronthosting.co.za>
2018-02-15 13:33:46Arun Solomonlinkissue32848 messages
2018-02-15 13:33:46Arun Solomoncreate