This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mmokrejs
Recipients loewis, mmokrejs
Date 2008-07-03.08:09:59
SpamBayes Score 0.016964104
Marked as misclassified No
Message-id <1215072601.8.0.341481183605.issue3264@psf.upfronthosting.co.za>
In-reply-to
Content
Confirming the enabling line 216 like below helped. Thanks. Maybe change
"Resolution"?

    204 # Socket module helper for SSL support; you must comment out the
other
    205 # socket line above, and possibly edit the SSL variable:
    206 #SSL=/usr/local/ssl
    207 #_ssl _ssl.c \
    208 #       -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
    209 #       -L$(SSL)/lib -lssl -lcrypto
    210 
    211 # The crypt module is now disabled by default because it breaks
builds
    212 # on many systems (where -lcrypt is needed), e.g. Linux (I believe).
    213 #
    214 # First, look at Setup.config; configure may have set this for you.
    215 
    216 crypt cryptmodule.c # -lcrypt   # crypt(3); needs -lcrypt on
some systems
History
Date User Action Args
2008-07-03 08:10:02mmokrejssetspambayes_score: 0.0169641 -> 0.016964104
recipients: + mmokrejs, loewis
2008-07-03 08:10:01mmokrejssetspambayes_score: 0.0169641 -> 0.0169641
messageid: <1215072601.8.0.341481183605.issue3264@psf.upfronthosting.co.za>
2008-07-03 08:10:01mmokrejslinkissue3264 messages
2008-07-03 08:09:59mmokrejscreate