abh / geodns

DNS server with per-client targeted responses
Apache License 2.0
1.39k stars 193 forks source link

go test have an error #86

Closed torfuzx closed 8 years ago

torfuzx commented 8 years ago

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 8 years ago

Sorry,I am a fool.First of all, I must install GeoIP Legacy C Library

abh commented 8 years ago

Glad you figured it out! :-)