在安装mysqlpcap(tcpcollect)时报错了,下载tcpcollect-master.zip 然后make
报如下错误
pcap-linux.c:(.text+0x2a24): undefined reference to `nla_put'
pcap-linux.c:(.text+0x2a3c): undefined reference to `nl_send_auto_complete'
pcap-linux.c:(.text+0x2a4d): undefined reference to `nl_wait_for_ack'
pcap-linux.c:(.text+0x2a6a): undefined reference to `nlmsg_free'
pcap-linux.c:(.text+0x2adb): undefined reference to `nlmsg_free'
pcap-linux.c:(.text+0x2b04): undefined reference to `nlmsg_free'
pcap-linux.c:(.text+0x2bfa): undefined reference to `nlmsg_free'
libpcap/libpcap.a(pcap-linux.o): In function `nl80211_cleanup':
**pcap-linux.c:(.text+0x101b): undefined reference to `nl_handle_destroy'
collect2: ld returned 1 exit status
make: [mysqlpcap] Error 1*