Learn about Centmin Mod LEMP Stack today
Register Now

Missing mmdblookup

Discussion in 'Bug Reports' started by Nik, Feb 11, 2020.

  1. Nik

    Nik Member

    85
    5
    8
    Dec 7, 2015
    Ratings:
    +13
    Local Time:
    11:04 PM
    Please fill in any relevant information that applies to you:
    • CentOS Version: CentOS 7 64bit
    • Centmin Mod Version Installed: 123.09beta01
    • When was last time updated Centmin Mod code base ? : today
    Just ran geoip2db-update.sh in /tools and getting errors due to missing binary below when it comes to check the GeoIP2 DBs.


    ./geoip2db-update.sh: line 103: /usr/local/bin/mmdblookup: No such file or directory
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    1:04 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    /usr/local/bin/mmdblookup is installed when you initially compile geoip 2 lite nginx module via centmin.sh menu option 4 as per instructions at https://community.centminmod.com/threads/how-to-enable-geoip-2-lite-nginx-module-support.17165/

    if it's missing after compiling nginx via centmin.sh menu option 4, then you need to troubleshoot why nginx upgrade/recompile failed and provide nginx_upgrade log as per https://community.centminmod.com/threads/how-to-troubleshoot-nginx-installs-upgrades.17778/

    if you did not run centmin.sh menu option 4 and enable geoip 2 lite nginx module, then running tools/geoip2db-update.sh will result in the error you experienced.