您的位置:首页 > 产品设计 > UI/UE

./configure: error: the GeoIP module requires the GeoIP library.

2016-02-25 15:07 811 查看
近期安装的nginx的geo的模块在编译nginx的时候遇到报错,报错信息如下:
checking for OpenSSL library ... found
checking for zlib library ... found
checking for GeoIP library ... not found
checking for GeoIP library in /usr/local/ ... not found
checking for GeoIP library in /usr/pkg/ ... not found
checking for GeoIP library in /opt/local/ ... not found
./configure: error: the GeoIP module requires the GeoIP library.
You can either do not enable the module or install the library.
解决办法:

apt-get install libgeoip-dev


本文出自 “精忠报国” 博客,请务必保留此出处http://xinsir.blog.51cto.com/5038915/1745008
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: