We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I am trying to install the recursor as per the manual instructs but I end up at this error.
When I run make i get the following error:
# github.com/miekg/unbound /root/go/pkg/mod/github.com/miekg/[email protected]/dns.go:12:10: undefined: Unbound /root/go/pkg/mod/github.com/miekg/[email protected]/dns.go:16:10: undefined: Unbound /root/go/pkg/mod/github.com/miekg/[email protected]/dns.go:20:10: undefined: Unbound /root/go/pkg/mod/github.com/miekg/[email protected]/lookup.go:14:10: undefined: Unbound /root/go/pkg/mod/github.com/miekg/[email protected]/lookup.go:33:10: undefined: Unbound /root/go/pkg/mod/github.com/miekg/[email protected]/lookup.go:41:10: undefined: Unbound /root/go/pkg/mod/github.com/miekg/[email protected]/lookup.go:55:10: undefined: Unbound /root/go/pkg/mod/github.com/miekg/[email protected]/lookup.go:84:10: undefined: Unbound /root/go/pkg/mod/github.com/miekg/[email protected]/lookup.go:97:10: undefined: Unbound /root/go/pkg/mod/github.com/miekg/[email protected]/lookup.go:116:10: undefined: Unbound /root/go/pkg/mod/github.com/miekg/[email protected]/lookup.go:116:10: too many errors make: *** [Makefile:16: coredns] Error 2
System: Linux dns-recursor-test 5.4.0-94-generic coredns/deployment#106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Any ideas?
Thank you!
The text was updated successfully, but these errors were encountered:
You need to compile it with CGO_ENABLED=1 make
CGO_ENABLED=1 make
Sorry, something went wrong.
No branches or pull requests
Hi!
I am trying to install the recursor as per the manual instructs but I end up at this error.
When I run make i get the following error:
System:
Linux dns-recursor-test 5.4.0-94-generic coredns/deployment#106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Any ideas?
Thank you!
The text was updated successfully, but these errors were encountered: