qq_18691129 2016-02-22 09:31 采纳率: 0%
浏览 2095
已结题

centos6.5 安装GeoIP PECL扩展

图片说明

这是官方的回答,,不懂。。

How do I install the GeoIP Geo location PECL extension?

If you’re using Ubuntu or Debian run the following command:

sudo apt-get install php5-geoip php5-dev libgeoip-dev
If you have to build the extension by hand, first make sure you have the following installed:

PEAR/PECL (which includes the pecl executable)
The GeoIP C library with development files
Build tools (including GCC, make, etc.)
php development files
Then run the following command:

sudo pecl install geoip
Finally, add the following to your php.ini file:

extension=geoip.so
Once the PECL extension is installed, you must configure it. Add the following to your php.ini file:

geoip.custom_directory=/path/to/piwik/misc
Replace /path/to/piwik with the path to your Piwik installation.

And finally, if you are using the GeoLite City database there is one more thing you need to do. The PECL extension won’t recognize the database if it’s named GeoLiteCity.dat so make sure it is named GeoIPCity.dat.

Restart the webserver and the GeoIP extension should now be loaded and working in Piwik > Settings > Geolocation.

  • 写回答

1条回答

  • qq_18691129 2016-02-22 09:32
    关注

    明天回复 官方的链接http://piwik.org/faq/how-to/#faq_164

    评论

报告相同问题?

悬赏问题

  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 matlab求解平差
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料
  • ¥15 使用R语言marginaleffects包进行边际效应图绘制
  • ¥20 usb设备兼容性问题
  • ¥15 错误(10048): “调用exui内部功能”库命令的参数“参数4”不能接受空数据。怎么解决啊
  • ¥15 安装svn网络有问题怎么办