From 23dfa671fdfde79479268d215d6c85221801135d Mon Sep 17 00:00:00 2001 From: "Dr. Hanan Shteingart" Date: Tue, 12 Dec 2023 20:30:43 +0200 Subject: [PATCH] added `openssl version -d` --- Common-build-problems.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index d89c661..93210e7 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -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/include" \