# Geo::IP C Library http://www.maxmind.com/download/geoip/api/c/GeoIP.tar.gz # Geo::IP Perl module http://www.maxmind.com/download/geoip/api/perl/ # Mandriva : install package geoip and perl-Geo-IP # Debian/Ubuntu : install libgeo-ip-perl and libgeoip1 # Updated database available here : http://www.maxmind.com/download/geoip/database/ GeoIP : Get from http://www.maxmind.com/app/c download GeoIP.tar.gz ./configure make make check make install if user's install, use ./configure --prefix /home/me/GeoIP Get from http://www.maxmind.com/app/perl Download Geo-IP-1.33.tar.gz (as 05/2008) perl Makefile.PL make make test make install if user's install, use perl Makefile.PL LIBS='-L/home/me/lib' INC='-I/home/me/include' PREFIX=/home/me/GeoIP Update database from http://www.maxmind.com/download/geoip/database/ GeoIP.dat.gz and GeoLiteCity.dat.gz Uncompress the files and put them in /home/me/GeoIP/share/GeoIP/ In W3Perl configuration file, $geoipcity_file should pointed to /home/me/GeoIP/share/GeoIP/GeoLiteCity.dat => Problem ? use the latest version and not the rpm/deb package