Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Net::Pcap installation help (and not with the library)

by Anonymous Monk
on Jan 09, 2013 at 15:35 UTC ( [id://1012512]=note: print w/replies, xml ) Need Help??


in reply to Net::Pcap installation help (and not with the library)

read the readme/install, tell the Makefile.PL where to find the winpcap libraries
  • Comment on Re: Net::Pcap installation help (and not with the library)

Replies are listed 'Best First'.
Re^2: Net::Pcap installation help (and not with the library)
by binarygrrl (Novice) on Jan 09, 2013 at 15:49 UTC
    I fixed that - and it can find them - still doesn't install ??

      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
        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)

      Also consider applying the patch from RT #53292, and/or posting more relevant parts of the output of your build process.

        I have screen shots of my cmd window with all the information - but how do I attach here?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1012512]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-25 18:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found