From df1e3ce8e6ada6bfec404547295b4639576faf2a Mon Sep 17 00:00:00 2001 From: wilsonxscai Date: Tue, 21 Jan 2025 22:14:17 +0800 Subject: [PATCH] fix: building error with ssl --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1f84fe0..d7b6bb7 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,12 @@ cd nginx auto/configure --with-compat ``` +Make sure the SSL module is enabled before compiling. + +``` +auto/configure --with-http_ssl_module +``` + Exit the NGINX directory and clone the `ngx_otel_module` repository. ```bash cd ..