_ssl.so build problems on Solaris 8 for 2.3

Martin v. Löwis martin at v.loewis.de
Mon Sep 15 17:42:11 EDT 2003


Skip Montanaro <skip at pobox.com> writes:

> Is distutils missing some libraries or have I hosed the OpenSSL installation
> somehow?

The latter. You must make sure that the library you link with is
position-independent, or else you must build _ssl as a builtin module
(i.e. through Modules/Setup, as non-shared).

Regards,
Martin




More information about the Python-list mailing list