Bug#860142: libgeo-ip-perl: incompatible with geoip-database - cannot load

2017-04-14 Thread Norbert Preining
Hi Greg, > Code: > *record_by_addr = \_city_record_as_hash; Ahh, well, didn't expect that. Sorry. > This means that all functions that use the country .dat should work, > and for the city-needing functions one would either need to get the Thanks. > - Geo::IP works with the geoip-database data

Bug#860142: libgeo-ip-perl: incompatible with geoip-database - cannot load

2017-04-14 Thread gregor herrmann
Control: retitle -1 libgeo-ip-perl: should recommend geoip-database and geoip-database-extra Control: severity -1 normal Control: tag -1 + pending On Wed, 12 Apr 2017 23:18:36 +0200, gregor herrmann wrote: > On Wed, 12 Apr 2017 22:31:52 +0200, Jonas Smedegaard wrote: > > > > This means that

Bug#860142: libgeo-ip-perl: incompatible with geoip-database - cannot load

2017-04-12 Thread gregor herrmann
On Wed, 12 Apr 2017 22:31:52 +0200, Jonas Smedegaard wrote: > > This means that all functions that use the country .dat should work, > > and for the city-needing functions one would either need to get the > > file from https://dev.maxmind.com/geoip/legacy/geolite/ or convince > > the

Bug#860142: libgeo-ip-perl: incompatible with geoip-database - cannot load

2017-04-12 Thread Jonas Smedegaard
Quoting gregor herrmann (2017-04-12 22:18:11) > On Wed, 12 Apr 2017 14:15:09 +0900, Norbert Preining wrote: > > > it seems there is an incompatibility between the geoip-database shipped in > > Debian and the module Geo::IP. > > > > Trying to do (according to the docs): > > use Geo::IP; > >

Bug#860142: libgeo-ip-perl: incompatible with geoip-database - cannot load

2017-04-12 Thread gregor herrmann
On Wed, 12 Apr 2017 14:15:09 +0900, Norbert Preining wrote: > it seems there is an incompatibility between the geoip-database shipped in > Debian and the module Geo::IP. > > Trying to do (according to the docs): > use Geo::IP; > my $gi = Geo::IP->new(GEOIP_MEMORY_CACHE); > my

Bug#860142: libgeo-ip-perl: incompatible with geoip-database - cannot load

2017-04-11 Thread Norbert Preining
Package: libgeo-ip-perl Version: 1.50-1+b1 Severity: grave Justification: renders package unusable Dear maintainers, it seems there is an incompatibility between the geoip-database shipped in Debian and the module Geo::IP. Trying to do (according to the docs): use Geo::IP; my