[New-bugs-announce] [issue19372] getaddrinfo() bug

Daniel report at bugs.python.org
Thu Oct 24 05:34:09 CEST 2013


New submission from Daniel:

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 .

----------
components: Build
messages: 201088
nosy: Daniel
priority: normal
severity: normal
status: open
title: getaddrinfo() bug
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19372>
_______________________________________


More information about the New-bugs-announce mailing list