Closed devopsberlin closed 8 years ago
maybe because this issue? https://github.com/maxmind/libmaxminddb/issues/128
I've downloaded libmaxminddb-1.3.2.tar.gz
and installed it according to its readme.
However the same error happens again.
@devopsberlin How did you solved this issue?
What the guide "forgets" to mention (maybe because it is implied): You have to actually download this repository (git clone
) and then /etc/nginx/modules/ngx_http_geoip2_module
is the path to your copy of this repository.
centos-release-7-2.1511.el7.centos.2.10.x86_64
nginx-1.10.2
keep getting the error message
./configure: error: no /etc/nginx/modules/ngx_http_geoip2_module/config was found
when I try
./configure --add-dynamic-module=/etc/nginx/modules/ngx_http_geoip2_module
Any idea why ?