Python (2.2) on Solaris 8 (64-bit)

Martin v. Loewis martin at v.loewis.de
Tue May 21 18:48:39 EDT 2002


dryose at juno.com (yose) writes:

> Can you pls give me specific instructions on how to do this?

Edit Modules/Setup, replacing the line

#_socket socketmodule.c

with

_socket socketmodule.c

It may be that this fails to link - in that case, you need to write

_socket socketmodule.c -lsocket -lnsl

Regards,
Martin




More information about the Python-list mailing list