Changes between Version 6 and Version 7 of InstallationGuide


Ignore:
Timestamp:
01/31/08 19:48:11 (16 years ago)
Author:
Gabor Hudiczius
Comment:

GeoIP support

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuide

    v6 v7  
    126126}}}
    127127
     128==== GeoIP support ==== #geoipsupport
     129
     130You need to install the GeoIP c library (http://www.maxmind.com/app/c), and the GeoIP PECL module (http://pecl.php.net/package/geoip)
     131{{{
     132apt-get install libgeoip-dev
     133apt-get install php-pear php5-dev
     134pecl install geoip
     135}}}
     136After you finished, you might want to add "extension=geoip.so" to php.ini
     137
    128138== Troubleshooting == #troubleshooting
    129139