-
Notifications
You must be signed in to change notification settings - Fork 65
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
Can't go get the package #24
Comments
+1 I have the same problem |
+1 I have the same problem on Mac os |
You need to install GeoIP Legacy C Library |
I'm on a Mac OS X and still getting the error after installing geoip from Brew
|
Seeing it on Debian as well, the fix is to install |
try it : |
Ubuntu desktop 20.40: this fixed it too. |
Using latest go 1.6.1 on Windows I cannot get the package to work. I downloaded and installed pkg-config but whenever i do go get github.com/abh/geoip I get the following:
pkg-config --cflags geoip
Package geoip was not found in the pkg-config search path.
Perhaps you should add the directory containing `geoip.pc'
to the PKG_CONFIG_PATH environment variable
No package 'geoip' found
pkg-config: exit status 1
The text was updated successfully, but these errors were encountered: