From 561e9277cb69363d8a1b2527dcdf16f56de38380 Mon Sep 17 00:00:00 2001 From: native-api Date: Sun, 9 Jan 2022 19:38:03 +0300 Subject: [PATCH] https://github.com/pyenv/pyenv/issues/2210 --- Common-build-problems.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index 89ffe74..f90e78f 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -23,10 +23,19 @@ Below are some alternative packages that are not in the recommended set and shou * Fedora/CentOS/RHEL(aws ec2): * Alternative to openssl-devel: + + * If you need OpenSSL 1.0: - ```sh - sudo yum install compat-openssl10-devel --allowerasing - ``` + ```sh + sudo yum install compat-openssl10-devel --allowerasing + ``` + + * If you need OpenSSL 1.1: + + ```sh + sudo yum install openssl11-devel --allowerasing + ``` + * Arch and derivatives