python 2.2.2: test_socket fails on Solaris 9, gcc 3.2.2

Martin v. Löwis martin at v.loewis.de
Mon Mar 24 19:16:02 EST 2003


Boris <boris.gontar at cognos.com> writes:

> Has anybody seen this? Is it a known bug?

Yes, and no (it is known not to be a bug). It is caused by setup.py
deciding to use OpenSSL (because its there), and then finding that it
doesn't work.

Now, we cannot guess *why* it doesn't work; most likely, the OpenSSL
libraries are shared libraries, and not found by your dynamic loader.

To overcome this, and use OpenSSL, you can set LD_LIBRARY_PATH or
LD_RUN_PATH. To overcome this, and not use OpenSSL, edit
Modules/Setup.

Regards,
Martin





More information about the Python-list mailing list