goaccess nginx log IP lookup

1.5k views Asked by At

I am using the latest version of goaccess (0.6) to analyze nginx log. The program seems to be parsing the file OK, since I am getting the host IPs, statistics etc. But the geoip is either not working, or I am not able to figure out how to get to the details page for hosts. As you can see, it is linking geoip

ldd -r /usr/local/bin/goaccess
..
libGeoIP.so.1 => /usr/lib/libGeoIP.so.1 (0x00007fae4ea58000)
...

The dat file is also in place -

ls -al /usr/share/GeoIP/GeoIP.dat 
-rw-r--r-- 1 root root 1664511 Jan  3  2012 /usr/share/GeoIP/GeoIP.dat
0

There are 0 answers