how to fix this error?

Discussion in 'Installation/Configuration' started by anubix, Mar 8, 2011.

  1. anubix

    anubix New Member

    root@omega:~# /usr/local/ispconfig/server/cron_daily.sh
    Error Opening file /usr/share/GeoIP/GeoIP.dat
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    GeoIP is normally not used by ispconfig, but if you enabled it in your webalizer configuration, then you need to install the geoip database as well. Try to install the geoip library with this command:

    apt-get install libgeoip1

    which should install the geoip database as well.

    If you want to use a newer geoIP database, see here:

    http://www.electrictoolbox.com/update-geoip-dat-debian-5/
     

Share This Page