[Arch Linux] Unable to use Geolocation widget.
Closed this issue · 2 comments
WinnerWind commented
Hi!
I'm using Go Access with the following options.
goaccess /home/soham/access_combined.log -o /home/soham/GoAccess/access/index.html --log-format COMBINED
This is not real time, and I'm aware of that. However, my issue is that despite installing it from the Arch Repos, I cannot find the geo-location widget anywhere, nor can I find the option to enable it.
allinurl commented
It seems like you need to add the —geoip-database=</path/db.mmdb> to enable the geoip module. You can check out the man page or the config file for more info.
WinnerWind commented
Ah, you're right. The geoip-database needs to be specified. It also seems as though the packages provided by the repos do not function (They're all .dat and don't provide .mmdb. I got mine from other sources).
I feel like a small note in the readme might help with regards to this. Thanks for the assistance!