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

yose dryose at juno.com
Tue May 21 16:26:35 EDT 2002


martin at v.loewis.de (Martin v. Loewis) wrote in message news:<m3sn4mjzv9.fsf at mira.informatik.hu-berlin.de>...
> 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


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

Yose



More information about the Python-list mailing list