读书人

Centos 装配GeoIp 库

发布时间: 2013-02-24 17:58:56 作者: rapoo

Centos 安装GeoIp 库
centos install geoip


sudo pear update-channels
sudo pecl install geoip
#######

sudo yum install re2c GeoIP GeoIP-data GeoIP-devel
sudo pecl install geoip

vi /etc/php.d/geoip.ini

I also added the following settings in /etc/php.d/geoip.ini:

extension=geoip.so

重启 php.

读书人网 >操作系统

热点推荐