diff --git a/config b/config index 2f1da1e..0e5dbc7 100644 --- a/config +++ b/config @@ -179,7 +179,7 @@ if [ $ngx_found = no ]; then fi if [ $ngx_found = yes ]; then - ngx_module_libs="$ngx_module_libs -lopentelemetry_common -lopentelemetry_resources -lopentelemetry_trace" + ngx_module_libs="$ngx_module_libs -lopentelemetry_common -lopentelemetry_resources -lopentelemetry_trace $(pkg-config --libs absl_log absl_log_internal_check_op absl_cord absl_log_initialize) -lstdc++" fi #if [ ! -d $prefix/include/opentelemetry/proto ]; then