[issue38111] Error while building Python from source

Zachary Ware report at bugs.python.org
Wed Sep 11 11:01:12 EDT 2019


Zachary Ware <zachary.ware at gmail.com> added the comment:

I believe the better option would be to pass `CPPFLAGS=-I/home/e38160wl/local/openssl/include LDFLAGS=-L/home/e38160wl/local/openssl/lib` instead of editing Setup[.dist].  Could you give that a try?

Otherwise, this may be an issue with the way OpenSSL was built; you could try leaving out all SSL-related changes and see if everything but `_ssl` and `_hashlib` builds correctly.

----------
stage:  -> test needed

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


More information about the Python-bugs-list mailing list