[ python-Bugs-1233049 ] openssl-0.9.8 requires _ssl.mak change

SourceForge.net noreply at sourceforge.net
Wed Jul 6 00:14:20 CEST 2005


Bugs item #1233049, was opened at 2005-07-05 22:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1233049&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: 3rd Party
Status: Open
Resolution: None
Priority: 5
Submitted By: Alan Meyer (vrmeyer)
Assigned to: Nobody/Anonymous (nobody)
Summary: openssl-0.9.8 requires _ssl.mak change

Initial Comment:
When building _ssl.pyd for Windows I downloaded the latest
openssl (0.9.8) released today, July 5, 2005.  After
building
the openssl libraries successfully I downloaded the source
code for Python 2.4.1 and ran PCBuild/_ssl.mak.  It failed
to link four Windows functions in cryptlib.obj in
libeay32.lib
in openssl.

To fix this, "user32.lib" must be added to the
definition of
"LIBS" in _ssl.mak.

We have not tested further, deciding to fallback to an
earlier version of openssl since, clearly this latest
version
had not yet been tested with Python and we are building
this for production code.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1233049&group_id=5470


More information about the Python-bugs-list mailing list