Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not resolve host: geolite.maxmind.com #582

Open
AndreC10002 opened this issue Nov 16, 2021 · 1 comment
Open

Could not resolve host: geolite.maxmind.com #582

AndreC10002 opened this issue Nov 16, 2021 · 1 comment

Comments

@AndreC10002
Copy link

Trying to install from source. Executed './configure' and 'make'. When trying to download 'GeoLite2-City.tar.gz', curl can't resolve the host name 'geolite.maxmind.com'.

I believe Maxmind requires registering to download GeoLite (https://dev.maxmind.com/geoip/geolite2-free-geolocation-data?lang=en)

@AndreC10002
Copy link
Author

A workaround is to modify 'tasks/deps/geolitecity' as follows:

#curl --location --retry 3 --fail --remote-name https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
curl --location --retry 3 --fail https://raw.githubusercontent.com/DocSpring/geolite2-city-mirror/master/GeoLite2-City.tar.gz > GeoLite2-City.tar.gz

Unfortunately, this file available on Github is 2 years old, as of November 2021.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant