Tommy Carstensen added the comment:

Thanks @ned.deily ! That did the trick for me! When installing openssl I just 
had to do ./config --prefix=/my/home/dir prior to doing make and make install. 
Then I just did two commands prior to installing python3.6:
export CFLAGS="-I/my/home/dir/include"
export LDFLAGS="-L/my/home/dir/lib"

----------

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

Reply via email to