Changes between Version 6 and Version 7 of InstallationGuide
- Timestamp:
- 01/31/08 19:48:11 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuide
v6 v7 126 126 }}} 127 127 128 ==== GeoIP support ==== #geoipsupport 129 130 You 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 {{{ 132 apt-get install libgeoip-dev 133 apt-get install php-pear php5-dev 134 pecl install geoip 135 }}} 136 After you finished, you might want to add "extension=geoip.so" to php.ini 137 128 138 == Troubleshooting == #troubleshooting 129 139