Installing GeoIP on Mac?
- by Richard
I want to install the MaxMind GeoIP C library, so that I can use GeoIP as part of Django. I'm working on MacOS.
I've downloaded GeoIP-1.4.8.tar.gz from here and run:
./configure
make
make check
make install
without any problems. I've also downloaded GeoIP.dat.gz and GeoLiteCity.dat.gz, unzipped them and put them in a local directory.
Then…