getaddrinfo not found on SCO OpenServer 5.0.5

"Martin v. Löwis" martin at v.loewis.de
Sun Jul 23 01:09:42 EDT 2006


edcdave at gmail.com wrote:
> 1) I've seen mention of native vs. Python getaddrinfo implementations.
> If that's true, how can I force the program to use the Python one?
> 
> 2) Is there an option to not use the BSD Library function?
> 
> 3) Finally, is there a trick to searching for shared libaries?

There is an autoconf test to determine whether getaddrinfo is
available on the system. You should study that test to find out
why it thinks the function is available when it is actually not.
If you can't do that, you can manually edit pyconfig.h to
change the outcome of configure.

Regards,
Martin



More information about the Python-list mailing list