[issue41020] Could not build the ssl module!

Ned Deily report at bugs.python.org
Thu Jun 18 12:57:15 EDT 2020


Ned Deily <nad at python.org> added the comment:

You appear to be using the Developer Guide recipe for Python versions < 3.7. Try this one to get everything:

CPPFLAGS="-I$(brew --prefix openssl)/include" \
  LDFLAGS="-L$(brew --prefix openssl)/lib" \
  --with-openssl=$(brew --prefix openssl) \
  ./configure --with-pydebug

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41020>
_______________________________________


More information about the Python-bugs-list mailing list