http://www.perlmonks.org?node_id=1012516


in reply to Re^2: Net::Pcap installation help (and not with the library)
in thread Net::Pcap installation help (and not with the library)

Are you sure you have installed the Developer resources and not just WinPcap? Download the zip from my first link, extract to C:\WpdPack then:

perl Makefile.PL INC=-IC:/WpdPack/Include "LIBS=-LC:/WpdPack/Lib -lwpc +ap" socket.h patched... ok looking for -lwpcap... yes checking for pcap_lib_version() in -lwpcap... yes detecting available functions... ok Writing Makefile for Net::Pcap Writing MYMETA.yml and MYMETA.json

Replies are listed 'Best First'.
Re^4: Net::Pcap installation help (and not with the library)
by binarygrrl (Novice) on Jan 09, 2013 at 16:02 UTC
    Yes, I get that information from the "perl Makefile.pl" command with the libraries set the way you stated - I get the same response - but when I try to dmake, dmake test, and dmake install, it fails. (On 2 different machines, both with the same setup, one a laptop, one a desktop)