geoip
geoip copied to clipboard
Message at install via go get
At install after go get I have :
1: error: 'GeoIP_country_code_by_addr_v6' undeclared (first use in th
is function)
1: note: each undeclared identifier is reported only once for each fu
nction it appears in
(And you should fix the readme, the real go get syntax with github is
go get github.com/... (no protocol) )
Which version of libgeoip do you have?
Dont know exactly which lib is required so: geoip-database : 2011120-1 libgeoip1: 1.4.8+dfsg-2 On an ubuntu 12.04.
BTW I commented the trouble function in SoCloz/geoip fork.
Weird, GeoIP_country_code_by_addr_v6 has been in libgeoip since 1.47...