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

Add instructions for readline build issues

Christopher Baek
2019-02-04 17:56:41 -08:00
parent c68048f4bb
commit a0a58246a1

@@ -138,6 +138,12 @@ If you experience both issues with openssl and zlib, you can specify both search
CFLAGS="-I$(brew --prefix openssl)/include -I$(xcrun --show-sdk-path)/usr/include" LDFLAGS="-L$(brew --prefix openssl)/lib"
```
If you experience issues with readline, you can also specify this as a compiler flag:
```sh
CFLAGS="-I$(brew --prefix openssl)/include -I$(brew --prefix readline)/include -I$(xcrun --show-sdk-path)/usr/include" LDFLAGS="-L$(brew --prefix openssl)/lib -L$(brew --prefix readline)/lib"
```
## ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
* If you have homebrew openssl and pyenv installed, you may need to tell the compiler where the openssl package is located: