PHP5.5安裝GeoIP擴展

  1. 安裝GEOIPphp

  2. [root@i -it ~]# yum install GeoIP GeoIP-deve數據庫

  3.  

  4. ##下載GeoIP的數據庫,有精確到國家和地區包括IPv6 自行選擇...###spa

  5. [root@i -it ~]# wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz.net

  6. [root@i -it ~]# tar zxf GeoLiteCity.dat.gzseo

  7. [root@i -it ~]# mv GeoIPCity.dat /data/seo/misc/GeoIPCity.datip

  8.  

  9. ##下載GeoIP PECL擴展##get

  10. [root@i -it ~]# wget http://pecl.php.net/get/geoip-1.0.8.tgit

  11.  

  12. ##安裝##io

  13. [root@i-it ~]# tar zxf geoip-1.0.8.tgz class

  14. [root@i-it ~]# cd geoip-1.0.8

  15. [root@i-it geoip-1.0.8]# /software/php/bin/phpize

  16. [root@i-it geoip-1.0.8]# ./configure --with-php-config=/software/php/bin/php-config --with-geoip

  17. [root@i-it geoip-1.0.8]# make && make install

  18.  

  19. ###修改PHP配置文件###

  20. [root@i-it seo]# vi /software/php/etc/php.ini

  21. extension = "geoip.so"

  22.  

  23. ###指定geoip數據的路徑##

  24. geoip.custom_directory=/data/seo/misc/

相關文章
相關標籤/搜索