mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
Add Arch Linux solution to missing OpenSSL lib
parent
073a0e22c6
commit
465f134bbe
|
|
@ -117,6 +117,14 @@ LDFLAGS=-L/usr/lib64 \
|
|||
pyenv install -v 3.4.3
|
||||
```
|
||||
|
||||
or (checked on Arch Linux):
|
||||
|
||||
```sh
|
||||
LDFLAGS="-L/usr/lib/openssl-1.0" \
|
||||
CFLAGS="-I/usr/include/openssl-1.0" \
|
||||
pyenv install -v 3.4.3
|
||||
```
|
||||
|
||||
* Alternatively, if you installed openssl with macports, use the following paths:
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue