Re: [BangPypers] Django GeoIP related Problem

2012-11-05 Thread Gora Mohanty
On 5 November 2012 20:24, Prashant Gaur wrote: > i am trying .. when i give*GeoIP.so* file path then it give errors same > as *libGeoip.so.1* .. > > i do nt know y i am not able but still i am confused it's working on my > localserver on ubuntu but without GEOIP_LIBRARY_PATH but on cent

Re: [BangPypers] Django GeoIP related Problem

2012-11-05 Thread Prashant Gaur
i am trying .. when i give*GeoIP.so* file path then it give errors same as *libGeoip.so.1* .. i do nt know y i am not able but still i am confused it's working on my localserver on ubuntu but without GEOIP_LIBRARY_PATH but on cent os it is asking for it . please tell me of which file ty

Re: [BangPypers] Django GeoIP related Problem

2012-11-05 Thread pavithran s
On 5 November 2012 15:19, Prashant Gaur wrote: > HI > > i am using django_geoip app in my django website but i am getting errors > please tell me what will be GEOIP_LIBRARY_PATH actually . from the django site : In order to perform IP-based geolocation, the GeoIP object requires the GeoIP C lib

Re: [BangPypers] Django GeoIP related Problem

2012-11-05 Thread Gora Mohanty
On 5 November 2012 15:19, Prashant Gaur wrote: > > HI > > i am using django_geoip app in my django website but i am getting errors > please tell me what will be GEOIP_LIBRARY_PATH actually . That would depend on where you installed the GeoIP C libary from Maxmind. > i am using ubuntu linux .