CPAN:无法安装Net / Pcap.pm

时间:2015-11-23 08:46:13

标签: perl cpan libpcap

在Linux Xubuntu 14.04.3(3.19.0-25 generic)上。

cpan > install Net::Pcap
...
CPAN.pm : Building S/SA/SAPER/Net-Pcap-0.17.tar.gz
looking for -lpcap... no
You appear to lack the pcap(3) library
...

然后我尝试了这个

$ cd /home/user/.cpan/build/Net-Pcap-0.17-hash
$ perl Makefile.PL INC=-I/usr/include/pcap LIBS='-L/usr/lib/i386-linux-gnu/libpcap.so -lpcap'
looking for -lpcap... no
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 You appear to lack the pcap(3) library. 

 If it is installed in a non-standard location, please try setting the LIBS 
 and INC values on the command line.

 Or get the sources and install the pcap library from http://www.tcpdump.org/

 If you install the pcap library using a system package, make sure to also 
 install the corresponding -devel package, which contains the C headers needed to compile this module. 
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

这里完成的问题是libs

# dpkg -L libpcap0.8-dev
...
/usr/include/pcap-bpf.h
/usr/include/pcap
/usr/include/pcap/usb.h
/usr/include/pcap/namedb.h
/usr/include/pcap/bpf.h
/usr/include/pcap/pcap.h
/usr/include/pcap/bluetooth.h
/usr/include/pcap/sll.h
/usr/include/pcap/ipnet.h
/usr/include/pcap/vlan.h
/usr/include/pcap.h
/usr/include/pcap-namedb.h
/usr/lib/i386-linux-gnu/libpcap.a
/usr/lib/i386-linux-gnu/libpcap.so
...

请注意,wireshark在这个干净的虚拟机中运行良好。

那有什么不对?该软件包是否已弃用?

0 个答案:

没有答案