Can't build python1.5.2 on Slackware

wheineman wheinemanNOwhSPAM at uconect.net.invalid
Tue Nov 16 20:20:53 EST 1999


Ok, I did this a couple months ago. In the Modules directory edit the
socketmodule.c file. Go down to the lines that read:

#elif defined(linux)
# /* whatever is currently here */
#else

and make it so:

#elif defined(linux)
#define HAVE_GETHOSTNAME_R_5_ARG
#else

and recompile.
I'm sure there some more elegant way to do this via a configure option
I just didn't have time to find it out. Hope this helps.


* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!





More information about the Python-list mailing list