mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 07:13:53 -05:00
added openssl version -d
@@ -181,6 +181,7 @@ sudo apt install zlib1g zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev
|
|||||||
### 1. **OpenSSL is installed to an uncommon location.**
|
### 1. **OpenSSL is installed to an uncommon location.**
|
||||||
|
|
||||||
Pass the location of its headers and libraries explicitly:
|
Pass the location of its headers and libraries explicitly:
|
||||||
|
(the openssl folder can be found by running `openssl version -d`)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
CPPFLAGS="-I<openssl install prefix>/include" \
|
CPPFLAGS="-I<openssl install prefix>/include" \
|
||||||
|
|||||||
Reference in New Issue
Block a user