Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] gh-95957: Add instructions for Tcl/Tk and OpenSSL on RHEL/CentOS 7 (GH-95964) #96022

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 16, 2022

Co-authored-by: Erlend E. Aasland erlend.aasland@protonmail.com
(cherry picked from commit ab4d729)

Co-authored-by: Christian Heimes christian@python.org

…S 7 (pythonGH-95964)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit ab4d729)

Co-authored-by: Christian Heimes <christian@python.org>
@miss-islington
Copy link
Contributor Author

Status check is done, and it's a success ✅ .

@tiran tiran requested a review from pablogsal August 16, 2022 11:44
@tiran
Copy link
Member

tiran commented Aug 16, 2022

@pablogsal RM, please take a look

@miss-islington
Copy link
Contributor Author

Status check is done, and it's a success ✅ .

@pablogsal
Copy link
Member

Will check today after work 👍

@miss-islington miss-islington merged commit 504da3c into python:3.11 Aug 18, 2022
@miss-islington miss-islington deleted the backport-ab4d729-3.11 branch August 18, 2022 13:32
Comment on lines +3 to +9
RHEL 7 and CentOS 7 do not provide pkg-config `.pc` files for Tcl/Tk. The
OpenSSL 1.1.1 pkg-config file is named `openssl11.pc` and not picked up
by Python's `configure` script.

To build Python with system Tcl/Tk libs and OpenSSL 1.1 package, first
install the developer packages and the `pkgconfig` package with `pkg-config`
command.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
RHEL 7 and CentOS 7 do not provide pkg-config `.pc` files for Tcl/Tk. The
OpenSSL 1.1.1 pkg-config file is named `openssl11.pc` and not picked up
by Python's `configure` script.
To build Python with system Tcl/Tk libs and OpenSSL 1.1 package, first
install the developer packages and the `pkgconfig` package with `pkg-config`
command.
RHEL 7 and CentOS 7 do not provide pkg-config `.pc` files for Tcl/Tk. The
OpenSSL 1.1.1 pkg-config file is named `openssl11.pc` and not picked up
by Python's `configure` script.
To build Python with system Tcl/Tk libs and OpenSSL 1.1 package, first
install the developer packages and the `pkgconfig` package with `pkg-config`
command.

@miss-islington
Copy link
Contributor Author

Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants