On 14 Dec 2010, at 1:56 PM, JC Putter wrote: > /usr/lib/python2.4/site-packages/GeoIP.so: undefined symbol: > GeoIP_country_code_by_name_v6 >
This is because you are using a python geoip module which is linked a different geoip C library to the one that is installed on your system. This is usually caused by installing the geoip libs from a different repo and the python module from a different repo. -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

