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 |