nginxpy
nginxpy copied to clipboard
error: ‘nginxpy_post_read’ undeclared
/projects/nginxpy/nginx/ngx_python_module.c: In function ‘ngx_python_postconfiguration’:
/projects/nginxpy/nginx/ngx_python_module.c:116:10: error: ‘nginxpy_post_read’ undeclared (first use in this function)
116 | *h = nginxpy_post_read;
| ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [objs/Makefile:2152: objs/addon/nginx/ngx_python_module.o] Error 1
make[1]: Leaving directory '/opt/nginx-1.23.3'
make: *** [Makefile:10: build] Error 2
how to fix it ?. any idea ?. thank's