[Solved] maxminddb.env error 1.4.56
Added by maxentry about 4 years ago
I get the following error when starting 1.4.56 (configfile-glue.c.145) maxminddb.env should have been a list of string values like maxminddb.env = ( "...", "..." )
This is the entry in the conf file.maxminddb.env = ( "GEOIP_COUNTRY_CODE" => "country/iso_code", "GEOIP_COUNTRY_NAME" => "country/names/en" )
I have been using the very same same lighttpd.conf file for 1.4.55 for a while now without issue. Is this an introduced bug?
Replies (2)
RE: maxminddb.env error 1.4.56 - Added by gstrauss about 4 years ago
Yes, that's a bug. Thank you for reporting it. It's a one-line fix to the config file validation and I'll push a patch later today.