openresty / echo-nginx-module

An Nginx module for bringing the power of "echo", "sleep", "time" and more to Nginx's config file
http://wiki.nginx.org/NginxHttpEchoModule
BSD 2-Clause "Simplified" License
1.17k stars 254 forks source link

Can't build with Nginx v1.12.0 #69

Closed dakanji closed 7 years ago

dakanji commented 7 years ago

I have seen the various issues and that there was a patch applied but want to flag that the latest release, v0.60, can't be compiled with Nginx v1.12.0.

Error message essentially the same as was with the previous issues raised with Nginx v1.11.x

agentzh commented 7 years ago

@dakanji Have you tried the latest git master branch? It should work.

dakanji commented 7 years ago

Probably does but decided to abandon the attempt to move to Nginx 1.12 for the time being as Ngx-Lua v10.8 (last actual release) fails to build as well.

Would take another look when Ngx-Lua v0.10.9 moves from RC status and the echo module is updated to v0.61.

Thanks.