Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: Perl module need regular maintenance. They are not functioning as desired to be.

by AppleFritter (Vicar)
on Jul 21, 2014 at 21:28 UTC ( [id://1094562]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl module need regular maintenance. They are not functioning as desired to be.
in thread Perl module need regular maintenance. They are not functioning as desired to be.

These lines indicates what the problems are:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You appear to lack the WinPcap developer pack. If it is installed in a non-standard location, please try setting the +LIBS and INC values on the command line. For instance, if you have unziped + the developer's pack in C:\WpdPack, you should execute: perl Makefile.PL INC=-IC:/WpdPack/Include "LIBS=-LC:/WpdPack/Lib - +lwpcap" Or get and install the WinPcap developer's pack from http://www.winpcap.org/install/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ... Pcap.xs:32:18: fatal error: pcap.h: No such file or directory ... Libdnet.xs:37:18: fatal error: dnet.h: No such file or directory

It appears that you either do not have libpcap installed, or alternatively only the library itself as a binary, without the extra files needed to compile applications using this library. You're using a Windows machine, right? Are you using WinPcap? If so, I'd suggest installing the developer's pack. If not, I can't give you any specific tips -- I don't have any experience doing software development on Windows --, but you'll need the relevant libpcap files to be able to install this module.

The same goes for libdnet, as far as I can tell.

Good luck!

  • Comment on Re^3: Perl module need regular maintenance. They are not functioning as desired to be.
  • Download Code

Replies are listed 'Best First'.
Re^4: Perl module need regular maintenance. They are not functioning as desired to be.
by waytoperl (Beadle) on Jul 22, 2014 at 02:29 UTC
    Thanks for suggestions. I'll try in my Windows machine. Meanwhile, I've another Windows machine and trying to install Perl Module Net::Packet. Getting this errors. I've manually downloaded all tar files (Socket6-0.25, Net-Libdnet-0.98, Net-Packet-3.27). Please let me know how to get successfully install Net::Packet and get my developement environment ready.
    C:\Perl\site\bin\dmake.exe test -- NOT OK
    -----------------
    UMEMOTO/Socket6-0.25.tar.gz Won't repeat unsuccessful test during this command
    -----------------
    Warning: Prerequisite 'Socket6 => 0' for 'GOMOR/Net-Write-1.07.tar.gz' + failed when processing 'UMEMOTO/Socket6 -0.25.tar.gz' with 'make_test => NO'. Continuing, but chances to succe +ed are limited.
    -----------------
    one dependency not OK (Socket6); additionally test harness failed C:\Perl\site\bin\dmake.exe test -- NOT OK
    -----------------
    C:\Perl\site\bin\dmake.exe -- NOT OK
    -----------------
    Warning: Prerequisite 'Socket6 => 0' for 'GOMOR/Net-Packet-3.27.tar.gz +' failed when processing 'UMEMOTO/Socket 6-0.25.tar.gz' with 'make_test => NO'. Continuing, but chances to succ +eed are limited. Warning: Prerequisite 'Net::Write => 1.00' for 'GOMOR/Net-Packet-3.27. +tar.gz' failed when processing 'GOMOR/Ne t-Write-1.07.tar.gz' with 'make_test => NO one dependency not OK (Sock +et6); additionally test harness failed'. Continuing, but chances to succeed are limited. Warning: Prerequisite 'Net::Libdnet => 0' for 'GOMOR/Net-Packet-3.27.t +ar.gz' failed when processing 'GOMOR/Net -Libdnet-0.98.tar.gz' with 'make => NO'. Continuing, but chances to su +cceed are limited.
    -----------------
    3 dependencies missing (Socket6,Net::Write,Net::Libdnet); additionally + test harness failed C:\Perl\site\bin\dmake.exe test -- NOT OK //hint// to see the cpan-testers results for installing this module, t +ry: reports GOMOR/Net-Packet-3.27.tar.gz Failed during this command: UMEMOTO/Socket6-0.25.tar.gz : make_test NO GOMOR/Net-Write-1.07.tar.gz : make_test NO one depen +dency not OK (Socket6); additionally tes t harness failed GOMOR/Net-Libdnet-0.98.tar.gz : make NO GOMOR/Net-Packet-3.27.tar.gz : make_test NO 3 depende +ncies missing (Socket6,Net::Write,Net::L ibdnet); additionally test harness failed
    -----------------
      UMEMOTO/Socket6-0.25.tar.gz Won't repeat unsuccessful test during this command

      If this was the first module that failed, your next step is now to investigate why Socket6 fails on your machine. The bug tracker lists some of the problems people seem to encounter. To get a better view of what problems you have, enter the following command in the cpan client:

      look Socket6

      This opens a shell with everything unpacked for you so you can then run:

      dmake dmake test

      ... and see where it fails.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-25 09:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found