Views
GeoIPInstall
last edited 6 years ago by cheo
How to Install Geo Ip
Go to webftp.upr.edu -> GeoIP? #for the versions used by us.
Installing GeoIP?
tar -xzvf GeoIP-1.1.9.x.x.x.tar.gz cd GeoIP-1.1.9.x.x.x configure make make install
Geo IP with organization support
tar -xzvf GeoIP-xxx_date.tar.gz # Current GeoIP-111_20030303.tar.gz. cd GeoIP-xxx_date cp GeoIPOrg-111.dat /usr/local/share/GeoIP/ ln -s /usr/local/share/GeoIP/GeoIPOrg-111.dat /usr/local/share/GeoIP/GeoIPOrg.dat
Geo IP python interface
tar -xzvf pythonorg.tar.gz cd python python setup.py build python setup.py install
See also the test files in the package for usage.
--Main Jose R. Ortiz Ubarri - Jul 30 2003