mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-12 05:23:47 -05:00
For python >= 3.10, add --with-openssl-rpath flag
@@ -226,6 +226,14 @@ CONFIGURE_OPTS="--with-openssl=<openssl install prefix>" \
|
||||
pyenv install -v <python version>
|
||||
```
|
||||
|
||||
For python >= 3.10, add `--with-openssl-rpath` flag
|
||||
|
||||
```
|
||||
LDFLAGS="-Wl,-rpath,<openssl install prefix>/lib" \
|
||||
CONFIGURE_OPTS="--with-openssl=<openssl install prefix> --with-openssl-rpath=auto" \
|
||||
pyenv install -v <python version>
|
||||
```
|
||||
|
||||
E.g. (invocations that worked for various people):
|
||||
|
||||
* RHEL6:
|
||||
|
||||
Reference in New Issue
Block a user