Closed jpalermo closed 11 months ago
We want to avoid importing gopacket/pcap; it forces CGO_ENABLED=1, which makes cross-compilation more challenging, which makes publishing binaries more difficult.
gopacket/pcap
fixes, when running bin/build:
bin/build
vendor/github.com/gopacket/gopacket/pcap/pcap.go:30:22: undefined: pcapErrorNotActivated
fixes, when running acceptance tests:
../vendor/github.com/gopacket/gopacket/pcap/pcap_unix.go:35:10: fatal error: 'pcap.h' file not found
We want to avoid importing
gopacket/pcap
; it forces CGO_ENABLED=1, which makes cross-compilation more challenging, which makes publishing binaries more difficult.fixes, when running
bin/build
:fixes, when running acceptance tests: