qudreams / nginx-http-radius-module

nginx http radius authentication module
27 stars 17 forks source link

fatal error: radclient.h: No such file or directory #3

Open vflame opened 7 years ago

vflame commented 7 years ago

When running make on nginx 1.13.5 with the following command:

./configure --add-module=../nginx-http-radius-module-master

The following error appears:

../nginx-http-radius-module-master/ngx_http_auth_radius_module.c:10:23: fatal error: radclient.h: No such file or directory

include

libmyradclient.a is compiled and placed in root of /nginx-http-radius-module.

What's causing this issue?