web-dev-qa-db-ja.com

nginxへの構成のためのGeoIP

Geoipをnginxにコンパイルしようとしています。 ./configure --with-http_geoip_module次のエラーが発生します。

./configure: error: the GeoIP module requires the GeoIP library.
You can either do not enable the module or install the library.

私はapt-getを使用してnginxのgeoipモジュールを見つけるために任意の組み合わせを試しましたが、うまくいきません。誰かが私を正しい方向に向けることができるなら。

8
Mark Tomlin
root@ip-10-112-39-42:~# apt-cache search geoip
....
libgeoip-dev - Development files for the GeoIP library
....
root@ip-10-112-39-42:~# apt-get install libgeoip-dev
10
Michael Hampton

Centos/RedHatおよびその他のyumベースの場合:

yum provides geoip-devel

私の場合はepelリポジトリにあります。

3
Putnik