docker-nginx-http3 icon indicating copy to clipboard operation
docker-nginx-http3 copied to clipboard

Error loading shared library libGeoIP.so.1: No such file or directory

Open coresh opened this issue 4 years ago • 1 comments
trafficstars

During starting nginx with nginx.conf:

load_module ngx_http_geoip_module.so;
load_module ngx_stream_geoip_module.so;

nginx provides with the log output:

2021/02/18 15:00:06 [emerg] 1#1: dlopen() "/etc/nginx/ngx_http_geoip_module.so"
failed (Error loading shared library libGeoIP.so.1: No such file or directory
        (needed by /etc/nginx/ngx_http_geoip_module.so)) in
/etc/nginx/nginx.conf:5 nginx: [emerg] dlopen()
"/etc/nginx/ngx_http_geoip_module.so" failed (Error loading shared library
        libGeoIP.so.1: No such file or directory (needed by
            /etc/nginx/ngx_http_geoip_module.so)) in /etc/nginx/nginx.conf:5

Thank you for a quick fix

coresh avatar Feb 18 '21 15:02 coresh

it would be great to be able to monitor the location of users

budarin avatar Feb 26 '21 23:02 budarin