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 Daniel
Recipients Daniel
Date 2013-10-24.03:34:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382585649.75.0.66347191102.issue19372@psf.upfronthosting.co.za>
In-reply-to
Content
I have two systems, one is CentOS 5.9 with kernel 2.6.18-348, 
the other is CentOS 6.4 with kernel 2.6.32-358. 
Python ver is 2.7.5. 
both configure ok if no other option give, 
But if I want configure with --enable-shared, CentOS 6.4 get a 
You must get working getaddrinfo() function.
       or you can specify "--disable-ipv6".

while the other system 5.9 is ok.

I try to use --disable-ipv6, then it configure ok, but make
got a lot of error , such as must define PY_FORMAT_LONG_LONG 
int pyconfig.h .
History
Date User Action Args
2013-10-24 03:34:09Danielsetrecipients: + Daniel
2013-10-24 03:34:09Danielsetmessageid: <1382585649.75.0.66347191102.issue19372@psf.upfronthosting.co.za>
2013-10-24 03:34:09Daniellinkissue19372 messages
2013-10-24 03:34:09Danielcreate