in reply to Perl module need regular maintenance. They are not functioning as desired to be.
I concur with LanX. What's your question? Perlmonks is not a bugtracker; bugs in Net::Packet should be reported here.
That said, I'm 99.9% sure this isn't one. Look at the message you're getting. The reason you can't install Net::Packet is that several modules it depends on are not present, among them Net::Write. The reason that can't be installed is that Net::Pcap is either not present or not working.
I assume that after your problems with Net::Pcap (Not able to install Net::Pcap in MAC OS Mavericks), you force installed it? Don't do that, unless you really know what you're doing; if the tests are failing, there's a reason for that, and the module should most likely not be installed.
I'd suggest going back to Net::Pcap and trying to get that installed properly. We might even be able to help, as long as post your question effectively:
In particular, please share the messages you're getting -- all of them.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl module need regular maintenance. They are not functioning as desired to be.
by waytoperl (Beadle) on Jul 21, 2014 at 20:27 UTC | |
| [reply] [d/l] |
by AppleFritter (Vicar) on Jul 21, 2014 at 21:28 UTC | |
These lines indicates what the problems are:
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! | [reply] [d/l] |
by waytoperl (Beadle) on Jul 22, 2014 at 02:29 UTC | |
----------------- ----------------- ----------------- ----------------- ----------------- ----------------- ----------------- | [reply] [d/l] [select] |
by Corion (Patriarch) on Jul 22, 2014 at 06:31 UTC | |