[issue38111] Error while building Python from source

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


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

Ok, that shows that the issue is not actually with the Python build, but with trying to find the right incantation for both OpenSSL and Python to get what you want :).  As such I'm going to go ahead and close the issue.

As for getting you going, there is a bit of headache involved in getting the dynamic library search path correct; if you're installing in exotic locations, you may need to add entries in `/etc/ld.conf.d/` (and run `ldconfig`).  Hopefully this gives you enough hints to search for to get you to where you want!

----------
resolution:  -> not a bug
stage: test needed -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list