[nginx] hello world module build trouble

Robert Paprocki rpaprocki at fearnothingproductions.net
Fri Dec 12 18:51:38 UTC 2014


Yep, I didn't realize the _module suffix was required. It built
successfully, thank you!

On 12/11/2014 11:12 PM, cubicdaiya wrote:
> Hello.
> 
> Why don't you apply a difference below?
> 
> --- config.orig 2014-12-12 16:10:06.000000000 +0900
> +++ config      2014-12-12 16:06:19.000000000 +0900
> @@ -1,3 +1,3 @@
> -ngx_addon_name=ngx_http_hello_dolly
> -HTTP_MODULES="$HTTP_MODULES ngx_http_hello_dolly"
> +ngx_addon_name=ngx_http_hello_dolly_module
> +HTTP_MODULES="$HTTP_MODULES ngx_http_hello_dolly_module"
>  NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_hello_dolly.c"
> 
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255455,255456#msg-255456
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
> 



More information about the nginx mailing list