1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 14:23:53 -05:00

Updated Common build problems (markdown)

Birger J. Nordølum
2024-07-09 22:47:24 +02:00
parent 91311d8fbf
commit ef69f8820e

@@ -208,14 +208,14 @@ pyenv install -v <python version>
or, alternatively, [for Python 3.7+](https://bugs.python.org/issue32598), instead of `CPPFLAGS` and `LDFLAGS`: or, alternatively, [for Python 3.7+](https://bugs.python.org/issue32598), instead of `CPPFLAGS` and `LDFLAGS`:
```sh ```sh
CONFIGURE_OPTS="-with-openssl=<openssl install prefix>" CONFIGURE_OPTS="--with-openssl=<openssl install prefix>"
``` ```
or or
```sh ```sh
LDFLAGS="-Wl,-rpath,<openssl install prefix>/lib" \ LDFLAGS="-Wl,-rpath,<openssl install prefix>/lib" \
CONFIGURE_OPTS="-with-openssl=<openssl install prefix>" \ CONFIGURE_OPTS="--with-openssl=<openssl install prefix>" \
pyenv install -v <python version> pyenv install -v <python version>
``` ```