Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Docs: Add troubleshooting for OpenSSL build errors#1731

Open
Vikash-Kumar-23 wants to merge 1 commit intopython:mainfrom
Vikash-Kumar-23:fix-openssl-docs
Open

Docs: Add troubleshooting for OpenSSL build errors#1731
Vikash-Kumar-23 wants to merge 1 commit intopython:mainfrom
Vikash-Kumar-23:fix-openssl-docs

Conversation

@Vikash-Kumar-23
Copy link

This PR adds documentation for the --with-openssl-rpath=auto flag to the Unix build instructions in setup-building.rst.

Technical Context
On several modern Linux distributions and WSL environments, the CPython ./configure script can fail to link the SSL module correctly, even when a compatible OpenSSL version is present. This typically results in the error: Could not build the ssl module! Python requires a OpenSSL 1.1.1 or newer.

Using the --with-openssl-rpath=auto flag ensures the build system correctly identifies the runtime search path for OpenSSL, allowing the _ssl extension to build successfully.

Related Issue
Fixes#1727

Adds the --with-openssl-rpath=auto flag to help resolve "Python requires a OpenSSL 1.1.1 or newer" errors on Linux/WSL.Fixespython#1727.
@python-cla-bot
Copy link

python-cla-botbot commentedFeb 8, 2026
edited
Loading

All commit authors signed the Contributor License Agreement.

CLA signed

@read-the-docs-community
Copy link

Documentation build overview

📚CPython devguide | 🛠️ Build#31321847 | 📁 Comparing20ad71e againstlatest (b3bbf54)


🔍 Preview build

Show files changed (3 files in total): 📝 3 modified | ➕ 0 added | ➖ 0 deleted
FileStatus
versions/index.html📝 modified
getting-started/setup-building/index.html📝 modified
contrib/workflows/compile/index.html📝 modified

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Feature: Mention how to configure path to OpenSSL

1 participant

@Vikash-Kumar-23

[8]ページ先頭

©2009-2026 Movatter.jp