Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Ubuntu 13 上安装 GeoIP (PECL)。我尝试过“apt-get install php-geoip”,但找不到该软件包。
在 ubuntu 上,它是一个简单的 PHP 库。
确保你也有 libgeoip-dev 和 php5-dev。
sudo apt-get install php5-geoip php5-dev libgeoip-dev
此外,对于 piwik,您需要将 dat 文件复制到您的 piwik /misc 文件夹中并对其进行 chmod(即,如果所有者是 user:www-data,则为 664),以便网络服务器具有写入权限。