Not sure if this is still supported. I also get a page loaded with no map.
php.ini updated with:
extension=memcache.so
extension=geoip.so
;geoip.custom_directory=/usr/local/share/GeoIP
GeoIP installed (seems to be working).
Code:
<html>
<body>
<?php
$country_name = apache_note("GEOIP_COUNTRY_NAME");
print "Country: " . $country_name;
?>
</body>
</html>
Returns "Country: United States"
Reinstalled software (just in case).
Any ideas? Thanks.