We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bbf54 commit 20ad71eCopy full SHA for 20ad71e
getting-started/setup-building.rst
@@ -197,6 +197,16 @@ Configuration is typically::
197
More flags are available to ``configure``, but this is the minimum you should
198
do to get a pydebug build of CPython.
199
200
+.. note::
201
+ **Could not build the ssl module!**
202
+
203
+ If the build fails with an error stating ``Python requires a OpenSSL 1.1.1 or newer``
204
+ despite having it installed, try using the following configuration flag:
205
206
+ .. code-block:: bash
207
208
+ ./configure --with-openssl-rpath=auto
209
210
.. note::
211
You might need to run ``make clean`` before or after re-running ``configure``
212
in a particular build directory.
0 commit comments