http://qs321.pair.com?node_id=11118522


in reply to Re^15: Help with Geo::IP output
in thread Help with Geo::IP output

You didn't have to do 1., simply installing DBD::SQLite (cpanm DBD::SQLite) builds SQLite for you: "DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and nothing else.". From there it's a case of installing the app (cpanm App::geoip), and creating a config file with the details as specified. So the following steps:

I've made a note to review the module docs in light of this thread, and if I can come up with any improvement I'll raise with Tux and see what he thinks.

Replies are listed 'Best First'.
Re^17: Help with Geo::IP output
by Anonymous Monk on Jun 25, 2020 at 12:34 UTC

    Unless I remember wrongly, I did install DBD::SQLite and then tried again with geoip. It was the same result so that was when I decided to install the new SQLite from source (with help pointed by the hosting).

    Edit to my previous post:

    3) Then there was the config file which I didn't now I could get - thought it was only for paid users.

    Should have been:

    3) Then there was the license key which I didn't know I could get from Maxmind - had thought it was only for paid users.