From 6f9e72e051409ea67b7d5300f7bd8f858532493e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A5=B7=E5=AD=90=E7=8B=90?= Date: Fri, 22 Aug 2014 10:03:07 +0800 Subject: [PATCH] ngx_addon_name and $HTTP_MODULES must same otherwish , nginx: [emerg] can't locate symbol in module "ngx_http_statsd" in /etc/tengine/tengine.conf will come. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 529a78e..78e49b5 100644 --- a/config +++ b/config @@ -1,4 +1,4 @@ -ngx_addon_name=ngx_http_statsd +ngx_addon_name=ngx_http_statsd_module HTTP_MODULES="$HTTP_MODULES ngx_http_statsd_module" NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_statsd.c" CORE_LIBS="$CORE_LIBS -lssl"