_ssl.so build problems on Solaris 8 for 2.3

Skip Montanaro skip at pobox.com
Tue Sep 16 10:31:09 EDT 2003


    Martin> Skip Montanaro <skip at pobox.com> writes:
    >> Is distutils missing some libraries or have I hosed the OpenSSL
    >> installation somehow?

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

Thanks Martin.  That took care of it...

Skip





More information about the Python-list mailing list