mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 11:55:50 +03:00
[GH-ISSUE #86] go test have an error #348
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#348
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @torfuzx on GitHub (Nov 2, 2015).
Original GitHub issue: https://github.com/abh/geodns/issues/86
When go test or go build,have an error.
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
@torfuzx commented on GitHub (Nov 2, 2015):
Sorry,I am a fool.First of all, I must install GeoIP Legacy C Library
@abh commented on GitHub (Nov 2, 2015):
Glad you figured it out! :-)