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) して、Web サーバーが書き込みアクセスできるようにします。