goaccess: Missing development files for the GeoIP library
Missing development files for the GeoIP library when go to install the GoAccess, shown below:

About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 8
- Comments: 18 (8 by maintainers)
Please install the GeoIP library. Assuming you are using SUSE, you can try:
or you can install from source
then try installing goaccess again.
@xenotropic For legacy you could try
sudo apt-get install libgeoip-devand for mmdbsudo apt-get install libmaxminddb-devon Centos 6:
sudo yum -y --enablerepo=epel install geoipalso for ubuntu 16 worked:
sudo apt install libmaxminddb-dev
FYI: for OpenSUSE 15.1, I had to
zypper install libGeoIP-devel.Ubuntu:
sudo apt install php5-geoipTo get config to work I had to also remove the
--enable-geoip=legacyoption that is listed on the goaccess download page.