kvspb / nginx-auth-ldap

LDAP authentication module for nginx
BSD 2-Clause "Simplified" License
731 stars 251 forks source link

Error while performing make install #182

Open saiprakashvasireddy opened 6 years ago

saiprakashvasireddy commented 6 years ago

implicit declaration of function ‘ngx_conf_include’ [-Werror=implicit-function-declaration] return ngx_conf_include(cf, dummy, conf); return makes pointer from integer without a cast

This is the error I am getting in function ngx_http_auth_ldap_ldap_server

I need finish this off quick. Please help me