mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 23:33:45 -05:00
workaround for 'Missing the OpenSSL lib?' on RHEL6
@@ -94,6 +94,13 @@ CFLAGS="-I$(brew --prefix openssl)/include" \
|
|||||||
LDFLAGS="-L$(brew --prefix openssl)/lib" \
|
LDFLAGS="-L$(brew --prefix openssl)/lib" \
|
||||||
pyenv install -v 3.4.3
|
pyenv install -v 3.4.3
|
||||||
```
|
```
|
||||||
|
or (checked on RHEL6):
|
||||||
|
```
|
||||||
|
CFLAGS=-I/usr/include/openssl \
|
||||||
|
LDFLAGS=-L/usr/lib64 \
|
||||||
|
pyenv install -v 3.4.3
|
||||||
|
```
|
||||||
|
|
||||||
* On FreeBSD 10-RELEASE and 11-CURRENT, you may need to recompile ``security/openssl`` without SSLv2 support. (See [#464](https://github.com/yyuu/pyenv/issues/464#issuecomment-152821922)).
|
* On FreeBSD 10-RELEASE and 11-CURRENT, you may need to recompile ``security/openssl`` without SSLv2 support. (See [#464](https://github.com/yyuu/pyenv/issues/464#issuecomment-152821922)).
|
||||||
|
|
||||||
## python-build: definition not found
|
## python-build: definition not found
|
||||||
|
|||||||
Reference in New Issue
Block a user