Mailing List Archive

Missing optional modules
[spamassassin-3.4.4 + FreeBSD 12.1-RELEASE-p4]

Dear list members,

Using this version I get the following warning lines when I update:

May 2 12:00:06.917 [82826] dbg: diag: [...] optional module not installed: Geo::IP ('require' failed)
May 2 12:00:06.917 [82826] dbg: diag: [...] optional module not installed: IP::Country::DB_File ('require' failed)

Can someone tell me which packages I should install to solve this issue? I already installed all Geo_IP and Country related packages, but SA still misses the required modules.

Thanks, Jos

-- With both feet on the ground you can't make any step forward
Re: Missing optional modules [ In reply to ]
On 2020-05-03 00:42, Jos Chrispijn wrote:
> [spamassassin-3.4.4 + FreeBSD 12.1-RELEASE-p4]
>
> Dear list members,
>
> Using this version I get the following warning lines when I update:
>
> May 2 12:00:06.917 [82826] dbg: diag: [...] optional module not installed: Geo::IP ('require' failed)
> May 2 12:00:06.917 [82826] dbg: diag: [...] optional module not installed: IP::Country::DB_File ('require' failed)
>
> Can someone tell me which packages I should install to solve this issue? I already installed all Geo_IP and Country related packages,

Which is which packages?



> but SA still misses the required modules.

I have:
> # pkg info|grep -i geo
> geoipupdate-4.2.2 Fetch the latest copies of the GeoIP2 databases
> libmaxminddb-1.4.2 Library for the MaxMind DB file format used for GeoIP2
> p5-GeoIP2-2.006002 Perl API for MaxMind GeoIP2 web services and databases
> p5-Geography-Countries-2009041301_1 Handle ISO-3166 country codes
> py37-GeoIP2-3.0.0 MaxMind GeoIP2 Python API

The Python one, though, should have nothing to do with SpamAssassin.



bye
av.
Re: Missing optional modules [ In reply to ]
On 3-5-20 12:27, Andrea Venturoli wrote:
> Which is which packages?
>
The modules that are needed to solve these warnings:

May? 3 13:49:59.818 [56517] dbg: diag: [...] optional module not
installed: Geo::IP ('require' failed)
May? 3 13:49:59.818 [56517] dbg: diag: [...] optional module not
installed: IP::Country::DB_File ('require' failed)

I have followed your suggestion and one warning has been solved:

p5-GeoIP2-2.006002

Thanks, Jos

-- With both feet on the ground you can't make any step forward