nginxpy icon indicating copy to clipboard operation
nginxpy copied to clipboard

error: ‘nginxpy_post_read’ undeclared

Open cumulus13 opened this issue 2 years ago • 0 comments

/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

cumulus13 avatar Feb 04 '23 04:02 cumulus13