Skip to content
Mapping IP addresses to physical locations
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
R
Web
autom4te.cache
data
inst
man
src
tests
.Rbuildignore
DESCRIPTION
NAMESPACE
README
WebLogIPAddr.png
config.log
config.status
configure
configure.in
omegahatWebLogIPs.rda

README

Download the C code from 

   http://geolite.maxmind.com/download/geoip/api/c/

and configure and build that.

Download the database from

  http://www.maxmind.com/app/geolitecity

There are instructions there also.


You  can download this with

  wget -N -q http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz

and then extract the file from the archive.
Then install it in some location.

Set the environment variable GEOIP_DLL to the full path of
the DSO.

Set the environment variable GEOIP_DATA to the full path of
the database.

You can’t perform that action at this time.