Open vflame opened 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
libmyradclient.a is compiled and placed in root of /nginx-http-radius-module.
What's causing this issue?
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?