How can I fix the error: MaxMindDBModule is missing a required binary when trying to enable the MaxMind DB module?

This error means that the mod_maxmind Apache module was not installed correctly from the danami-juggernaut repository. (Common problems are communication problems with the Danami repository servers or the incorrect time set on the server).

To fix:

Make sure that you aren't accidentally blocking repo.danami.com on the firewall. You can check to see if the firewall is blocking our IP addresses with:

// IPv4
csf --grep 49.12.243.182

// IPv6
csf --grep 2a01:4f8:c012:d181::1

To always allow the danami-repository servers access to port 80 and 443 add these entries to your /etc/csf/csf.dyndns 

tcp|in|s=80|s=repo.danami.com # Juggernaut repository server
tcp|out|d=80|d=repo.danami.com # Juggernaut repository server
tcp|in|s=443|s=repo.danami.com # Juggernaut repository server
tcp|out|d=443|d=repo.danami.com # Juggernaut repository server
tcp|in|s=80|s=repo1.danami.com # Juggernaut repository server
tcp|out|d=80|d=repo1.danami.com # Juggernaut repository server
tcp|in|s=443|s=repo1.danami.com # Juggernaut repository server
tcp|out|d=443|d=repo1.danami.com # Juggernaut repository server
tcp|in|s=80|s=repo2.danami.com # Juggernaut repository server
tcp|out|d=80|d=repo2.danami.com # Juggernaut repository server
tcp|in|s=443|s=repo2.danami.com # Juggernaut repository server
tcp|out|d=443|d=repo2.danami.com # Juggernaut repository server

Restart LFD

systemctl restart lfd

Centos/RHEL/AlmaLinux

Try running the Juggernaut installer from the command line to check for any errors:

/usr/local/psa/admin/bin/modules/juggernaut/install.sh

If you don't see any errors you can try to manually install the package from the danami-juggernaut repository:

yum clean all
yum install mod_maxminddb

Debian/Ubuntu

Try running the Juggernaut installer from the command line to check for any errors:

/opt/psa/admin/bin/modules/juggernaut/install.sh

If you don't see any errors you can try to manually install the package from the danami-juggernaut repository:

apt-get clean all
apt-get update
apt-get install libapache2-mod-maxminddb
  • MaxMindDBModule, maxmind
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How can I fix incorrect date and times displayed in the extension?

Server Time Our extensions require that the date, time, and timezone be set correctly on the...

How can I fix the error: Kohana_Exception [ 0 ]: Directory APPPATH/cache must be writable?

This error means that the permissions on the Plesk extension are not set properly. Running the...

How can I fix the error: The [imunify360] repository is installed but do not have an [exclude] line that excludes conflicting packages?

Warden requires that you use the ClamAV packages from the EPEL repository. In order to prevent...

How can I fix the error: The domain limit of this license key has been reached?

The admin and pro versions of our products are limited to the number of domains you can have in...

How can I fix the error: AH01630: client denied by server configuration after enabling the messenger v3 service?

After enabling the messenger v3 service you just get the default Apache page when testing the...