I'm applying an API from maxmind. They require additional an module for Apache. Now they recommend the command:
apxs -i -a -L/usr/local/lib -I/usr/local/include -lGeoIP -c mod_geoip.c
-I/usr/local/includespecifies wherethe GeoIP.h header file is installed-L/usr/local/libspecifies where the libGeoIP library is located
This doesn't look like Debian command, so I guess I will need to look for command that will include those files in the environment so I can run them on the localhost server.
An equivalent command on Debian would be appreciated.
libapache2-mod-geoipin Debian which is basically this module. If you don't need another version or want to change anything you should probably use the provided debian package instead of compiling it yourself. – Ulrich Dangel Jul 6 '12 at 16:13