fix: building error with ssl

This commit is contained in:
wilsonxscai 2025-01-21 22:14:17 +08:00
parent f578402f19
commit df1e3ce8e6

View file

@ -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 ..