You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Maurizio Caloro <ma...@caloro.ch> on 2018/03/02 06:06:01 UTC

GEO IP Truble after upgrade to 3.4.1

Hello together

 

I have little Geo::IP Trouble

Yesterday i have upgraded Spamassassin to 3.4.1 on debian_version 8.10
3.16.51-3+deb8u1

 

If  i start me service this GeiIP Plugin have some error messages

Mar 02 06:44:15 Servername spamd[22306]: plugin: failed to parse plugin
(from @INC): Can't locate object method "lib_version" via package "Geo::IP"
at /usr/local/share/perl/5.20.2/Mail/SpamAssassin/Plugin/URILocalBL.pm line
117.

Mar 02 06:44:15 Servername spamd[22306]: Compilation failed in require at
(eval 102) line 1.

 

But me version of Geo ::IP are updated

 

cpan[1]> install Geo::IP

Reading '/root/.cpan/Metadata'

  Database was generated on Thu, 01 Mar 2018 22:55:21 GMT

Geo::IP is up to date (1.51).

 

 

URILocalBL.pm Line 117

But witch Version of GeoIP Library i have running on me machines ?

 

# need GeoIP C library 1.6.3 and GeoIP perl API 1.4.4 or later to avoid
messages leaking - Bug 7153

my $gic_wanted = version->parse('v1.6.3');

my $gic_have = version->parse(Geo::IP->lib_version());

my $gip_wanted = version->parse('v1.4.4');

my $gip_have = version->parse($Geo::IP::VERSION);

 

 

Thanks for any possible help !

Regards

Mauri

 

 

 

 


Re: GEO IP Truble after upgrade to 3.4.1

Posted by "Kevin A. McGrail" <ke...@mcgrail.com>.
You can likely just disable Geo::IP anyway.  See 
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=6824

On 3/2/2018 1:06 AM, Maurizio Caloro wrote:
>
> Hello together
>
> I have little Geo::IP Trouble
>
> Yesterday i have upgraded Spamassassin to 3.4.1 on debian_version 8.10 
> 3.16.51-3+deb8u1
>
> If  i start me service this GeiIP Plugin have some error messages
>
> Mar 02 06:44:15 Servername spamd[22306]: plugin: failed to parse 
> plugin (from @INC): Can't locate object method "lib_version" via 
> package "Geo::IP" at 
> /usr/local/share/perl/5.20.2/Mail/SpamAssassin/Plugin/URILocalBL.pm 
> line 117.
>
> Mar 02 06:44:15 Servername spamd[22306]: Compilation failed in require 
> at (eval 102) line 1.
>
> But me version of Geo ::IP are updated
>
> cpan[1]> install Geo::IP
>
> Reading '/root/.cpan/Metadata'
>
>   Database was generated on Thu, 01 Mar 2018 22:55:21 GMT
>
> Geo::IP is up to date (1.51).
>
> URILocalBL.pm Line 117
>
> But witch Version of GeoIP Library i have running on me machines ?
>
> # need GeoIP C library 1.6.3 and GeoIP perl API 1.4.4 or later to 
> avoid messages leaking - Bug 7153
>
> my $gic_wanted = version->parse('v1.6.3');
>
> my $gic_have = version->parse(Geo::IP->lib_version());
>
> my $gip_wanted = version->parse('v1.4.4');
>
> my $gip_have = version->parse($Geo::IP::VERSION);
>
> Thanks for any possible help !
>
> Regards
>
> Mauri
>