2012年10月25日

Install libGeoIP in linux

摘要: installation guide1. download source code from following locations: GeoIP C API - http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.8.tar.gz GeoIP-Python - http://geolite.maxmind.com/download/geoip/api/python/GeoIP-Python-1.2.7.tar.gz GeoLiteCity .dat file - http://geolite.maxmind.com/do... 阅读全文

posted @ 2012-10-25 11:42 jmbkeyes 阅读(565) 评论(0) 推荐(0)

fix issue on ImportError: libGeoIP.so.1

摘要: libGeoIP works well in Python web app while using eclipse embeded server, but error occurs when using apache as the web server.The error message as below,ImportError: libGeoIP.so.1: cannot open shared object file: No such file or directoryFixed steps:1. Make a symbolic link for "libGeoIP.so.1&q 阅读全文

posted @ 2012-10-25 11:41 jmbkeyes 阅读(555) 评论(0) 推荐(0)

导航