http://qs321.pair.com?node_id=699171


in reply to Need help compiling Net::Pcap on Ubuntu 8.04

Do you really need to recompile it? The package libnet-pcap-perl already contains Net::Pcap.

Replies are listed 'Best First'.
Re^2: Need help compiling Net::Pcap on Ubuntu 8.04
by bpa (Novice) on Jul 21, 2008 at 22:53 UTC
    Thank you for the reply pc88mxer. It looks like libnet-pcap-perl only has version .04 of Net::Pcap. I need at least version 0.12 because it is a dependency for Net-Write-1.03. When running "perl Makefile.PL" for Net-Write-1.03, I get the following:

    Warning: prerequisite Net::Pcap 0.12 not found. We have 0.04.

Re^2: Need help compiling Net::Pcap on Ubuntu 8.04
by Anonymous Monk on Mar 28, 2010 at 10:58 UTC
    hi all i was trying to install the Net-Libdnet-0.01 fist i download the .gz file uncompress it under root user i make cp /usr/include/dumbnet.h /usr/include/dnet.h just in case then perl Makefile.PL don't make the install here just go to the newly generated Makefile file chmod 777 Makefile vi Makefile change the parameter ldnet to ldumbnet then make make install and it will work