This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Tommy.Carstensen
Recipients Tommy.Carstensen, doerwalter, ned.deily, yan12125
Date 2017-03-25.01:22:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490404935.48.0.972040166626.issue29095@psf.upfronthosting.co.za>
In-reply-to
Content
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"
History
Date User Action Args
2017-03-25 01:22:15Tommy.Carstensensetrecipients: + Tommy.Carstensen, doerwalter, ned.deily, yan12125
2017-03-25 01:22:15Tommy.Carstensensetmessageid: <1490404935.48.0.972040166626.issue29095@psf.upfronthosting.co.za>
2017-03-25 01:22:15Tommy.Carstensenlinkissue29095 messages
2017-03-25 01:22:15Tommy.Carstensencreate