$go get github.com/miekg/unbound github.com/miekg/unbound src/github.com/miekg/unbound/unbound.go:36:21: error: unbound.h: No such file or directory
Activity
hanbaga commentedon Jul 2, 2015
"yum install -y unbound-devel"
fix the issue.
aviddiviner commentedon Sep 6, 2018
brew install unbound
on mac.andybalaam commentedon Dec 3, 2021
sudo apt install libunbound-dev
on Ubuntu