-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
README.GeoIP2
32 lines (22 loc) · 866 Bytes
/
README.GeoIP2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
GENERAL
-------
MaxMind distributes since some time also binary loation file in MaxMindDB format (aka GeoIPv2)
See also README.MaxMindDB
ENABLING SUPPORT
----------------
Install following RPMs (usually supported by distribution)
maxminddb maxminddb-devel
If you want to use the GeoIPv2 databases with ipv6calc, you will
have only to enable the support using configure:
--enable-maxminddb
In case, dynamic load of library should be enabled (conditional MaxMindDB support), add
--with-maxmindd-dynamic
In case GeoIPv2 support should be explicitly *disabled*, use
--disable-geoip2
DATA UPDATE
-----------
For regular (monthls) updates of the free available databases a download tool is also provided:
GeoIP-update.sh
Commercial databases need a subscription and must be downloaded and softlinked
$ cd /var/local/share/GeoIP
$Id$