mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 23:03: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.**
|
||||
|
||||
Pass the location of its headers and libraries explicitly:
|
||||
(the openssl folder can be found by running `openssl version -d`)
|
||||
|
||||
```sh
|
||||
CPPFLAGS="-I<openssl install prefix>/include" \
|
||||
|
||||
Reference in New Issue
Block a user