[issue3264] Use -lcrypto instead of -lcrypt on Solaris 2.6 when available

Martin Mokrejs report at bugs.python.org
Thu Jul 3 10:10:01 CEST 2008


Martin Mokrejs <mmokrejs at users.sourceforge.net> added the comment:

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

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3264>
_______________________________________


More information about the Python-bugs-list mailing list