From acac32caac95619dcc66232a85e5b7547b4f4807 Mon Sep 17 00:00:00 2001 From: mick352 <54581004+mick352@users.noreply.github.com> Date: Fri, 20 Sep 2019 14:07:58 +0200 Subject: [PATCH] debian oldoldstable --- Common-build-problems.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index 9f86e32..4ca1b90 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -248,6 +248,8 @@ pyenv install -v 3.7.2 * On Debian stretch (and Ubuntu bionic), libssl-dev is OpenSSL 1.1.x, but support for that was only added in Python 2.7.13, 3.5.3 and 3.6.0. To install earlier versions, you need to replace `libssl-dev` with `libssl1.0-dev`. This is being tracked in https://github.com/pyenv/pyenv/issues/945. +* On Debian Jessie, you can use backports to install OpenSSL 1.0.2: `sudo apt -t jessie-backports install openssl` + ## python-build: definition not found To update your python-build definitions: