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

Martin v. Loewis martin at v.loewis.de
Mon May 20 17:03:38 EDT 2002


dryose at juno.com (yose) writes:

> If anyone has any experience with Python (2.2) on a solaris 8 (64 bit)
> install, I would greatly appreciate the help!

Most likely, the socket module failed to build; it would help if you
had reported that fragment of the make output dealing with sockets
(save the entire make output into a file, then search for "socket").

Most likely, it detected a 32-bit OpenSSL installation, which it then
could not link to the socket module. Edit Modules/Setup to incorporate
_socket explicitly - that gives you the choice of either pointing to a
64-bit OpenSSL installation, or leaving out SSL support.

Regards,
Martin




More information about the Python-list mailing list