Error while installing naabu, "go/pkg/mod/github.com/gopacket/gopacket@v1.2.0/pcap/pcap_unix.go:35:10: fatal error: pcap.h: No such file or directory" #1377
Closed
grafana-labs
started this conversation in
General
Replies: 2 comments 1 reply
-
The error is regarding the libpcap development libraries, I manually installed libpcap |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing as fixed - Let us know if you still face issues |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
go install -v github.com/projectdiscovery/naabu/v2/cmd/naabu@latest
github.com/gopacket/gopacket/pcap
github.com/gopacket/gopacket/pcap
go/pkg/mod/github.com/gopacket/gopacket@v1.2.0/pcap/pcap_unix.go:35:10: fatal error: pcap.h: No such file or directory
35 | #include <pcap.h>
| ^~~~~~~~
compilation terminated.
Beta Was this translation helpful? Give feedback.
All reactions