geoipupdate-legacy
geoipupdate-legacy copied to clipboard
GeoIP update client code
Hello, Since you already provide the ubuntu `ppa:maxmind/ppa`, would it be possible to provide the deb packages or even better, maintain a debian apt repository too? Thank you!
After some patching to make a `geoipupdate.exe` for Windows, I get a crash due to this call: ``` curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)f); ``` in `geoipupdate.c`. *Reason*: My `libcurl.dll` was built...
Steps to reproduce the bug: 1. Install geoipupdate package 2. Using [provided](https://dev.maxmind.com/geoip/geoipupdate/#For_Free_GeoLite2_Databases) `GeoIP.conf` file for free GeoLite2 Databases. This return > `Received an unexpected HTTP status code of 401 from...
I'm on Debian 8.8, trying to compile. ``` ~/geoipupdate$ ./configure -bash: ./configure: No such file or directory ``` ``` ~/geoipupdate$ ls -al total 88 drwxr-xr-x 7 elias dtp3 4096 Mar...
- Adds specific `./configure` options for building on Debian/Ubuntu - Adds instructions for using `checkinstall` to install a source build as a deb/RPM package - Adds commands for installing `autoconf`,...
geoip.conf: ``` $ cat geoip.conf # The following AccountID and LicenseKey are required placeholders. # For geoipupdate versions earlier than 2.5.0, use UserId here instead of AccountID. AccountID 0 LicenseKey...
For use with cron it'd be great if geoipupdate exited with a non-zero status if a DB changed so relevant services could be reloaded.
If you ask for databases in the config file that you're not entitled to, the error goes to stdout instead of stderr, so if you've got the update script running...