On Sat, 9 Mar 2019 16:52:01 +0100 Xavier wrote: > Hello, > > Since GeoIP is deprecated, I installed GeoIP2 instead. > > Now, sa-update fails with> plugin: failed to parse plugin (from @INC): > Bareword "GEOIP_MEMORY_CACHE"...
GeoIP2 does require extra configuration. You need to download a database file and set: country_db_type GeoIP2 country_db_path <path-to-database-file> If you don't do that, or something goes wrong, the RelayCountry plugin tries to use GeoIP instead. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
