Displaying 4 results from an estimated 4 matches for "lookupcountri".
Did you mean:
lookupcountry
2019 May 14
2
weakforced and GeoIP lookups
Hi Tobi,
This looks like you haven?t included the libmaxmind libraries before running configure. GeoIP support is only compiled in if it finds the right libs.
This would be libmaxminddb-dev on Ubuntu for example.
Neil
>> Hi list
>>
>> hope it's okay to ask weakforced questions here as well, but I could not
>> find a dedicated mailinglist for wforce.
>>
2019 May 14
2
weakforced and GeoIP lookups
Hi Tobi,
it should just work, but depends on the OS version.
./configure ?help tells you all the configure options, including:
--with-maxminddb-includedir
path to maxminddb include directory [default=auto]
--with-maxminddb-libdir path to maxminddb library directory [default=auto]
Neil
> On 14 May 2019, at 17:44, Tobi via dovecot <dovecot at dovecot.org>
2019 May 14
0
weakforced and GeoIP lookups
Hi list
hope it's okay to ask weakforced questions here as well, but I could not
find a dedicated mailinglist for wforce.
I want to enable GeoIP lookups in my wforce daemon. In a first step I
installed luarocks and lua-compat53 to install mmdblua module.
Then I added
newGeoIP2DB("country", "/usr/local/share/GeoIP/GeoLite2-Country.mmdb")
local mygeodb =
2019 May 14
0
weakforced and GeoIP lookups
Hi Neil
according to yum list installed I have
> libmaxminddb-devel.x86_64 1.2.0-1.el7 @epel
but I checked the saved output from my former ./configure command and found
> checking for GEOIP... no
but even running a new autoreconf -i and ./configure after a make clean
it still shows that GEOIP is not found.
Does the lib has to explicitly specified as argument