在使用WP-Statistics统计插件的时候,提示GeoIP需要 php-curl扩展。搜索了一下,安装方式如下:
1 |
$ sudo apt-get install php5-curl |
安装完成后,需要重启Apache2
1 |
$ sudo service apache2 restart |
在使用WP-Statistics统计插件的时候,提示GeoIP需要 php-curl扩展。搜索了一下,安装方式如下:
1 |
$ sudo apt-get install php5-curl |
安装完成后,需要重启Apache2
1 |
$ sudo service apache2 restart |