Installer le service de geoip maxmind sur serveur apache

wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.6.tar.gz
tar -zxf GeoIP-1.4.6.tar.gz 
cd GeoIP-1.4.6
./configure
make
make install
/usr/local/bin/geoiplookup
locate libGeoIP.so
cd /usr/local/lib
ls
cp libGeoIP* /usr/local/lib64/
nano /etc/ld.so.conf

ajouter "/usr/local/lib64/"

ldconfig
wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
gunzip GeoLiteCity.dat.gz
/usr/local/bin/geoiplookup -f /home/xxx/build/geoip/GeoLiteCity.dat -l  xxx.xxx.xxx.xxx
Connexion a la base impossible