Christian Heimes <li...@cheimes.de> added the comment:

autoconf's --with-library options typically don't support build directories and 
work with installed versions only. The --with-openssl is no different. I 
suggest that you install OpenSSL to a local directory and then configure Python 
to fetch OpenSSL from that directory.

The multissltest script in Tools/ssl uses that approach to build Python with 
multiple OpenSSL versions.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34028>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to