Build python 3.12.1 with openssl

Hi and welcome. I’m not sure what you’re trying to find out here. Please ask something instead of only showing screenshots; and please edit to put the information in a single post. It’s also better to use plain text to show the terminal (please format it the same way as code; see the pinned thread for help), since then we can copy and paste from it when we reply.

That said, you can try telling configure where your OpenSSL is located. There’s also a general developers’ guide for building Python here:

Because you are using yum (and I assume this is on RHEL or something similar), you should be able to get all the dependencies at once with yum-builddep python3 (as long as you have yum-utils already).

1 Like