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.

作者 christian.heimes
收信人 alessandro.pioli, christian.heimes
日期 2022-04-02.19:35:32
SpamBayes Score -1.0
Marked as misclassified
Message-id <1648928132.62.0.551309684987.issue47201@roundup.psfhosted.org>
In-reply-to
内容
CentOS 7 has an unsupported OpenSSL version. You need to build your own OpenSSL or use my work from https://github.com/tiran/cpython_builddep/#note

sudo yum install -y epel
sudo yum install -y openssl11-devel
sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /g' configure
历史
日期 用户 动作 参数
2022-04-02 19:35:32christian.heimes修改recipients: + christian.heimes, alessandro.pioli
2022-04-02 19:35:32christian.heimes修改messageid: <1648928132.62.0.551309684987.issue47201@roundup.psfhosted.org>
2022-04-02 19:35:32christian.heimes链接issue47201 messages
2022-04-02 19:35:32christian.heimes创建