Skip Menu |

This queue is for tickets about the Net-Pcap CPAN distribution.

Report information
The Basics
Id: 32839
Status: resolved
Priority: 0/
Queue: Net-Pcap

People
Owner: Nobody in particular
Requestors: dave [...] unrealize.co.uk
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.16
Fixed in: (no value)



Subject: Net::Pcap install fail on make

Message body is not shown because it is too large.

From: dave [...] unrealize.co.uk
I've tried installing 0.15 and that also fails. What dependencies are there for this?
Subject: Re: [rt.cpan.org #32839] Net::Pcap install fail on make
Date: Fri, 1 Feb 2008 02:04:21 +0100
To: bug-Net-Pcap [...] rt.cpan.org
From: Sébastien Aperghis-Tramoni <saper [...] cpan.org>
Hello, Dave Wood wrote: Show quoted text
> When Installing via cpan Pcap errored in make.
I am aware of this problem, given the number of FAIL reports I get. But I haven't yet had the time to investigate deeply this. Not being able to reproduce this on OSX also doesn't help. Show quoted text
> I've tried installing 0.15 and that also fails. What dependencies are > there for this?
Net::Pcap 0.15 shouldn't have any dependencies apart from the ones listed in META.yml, which are mainly IO::Interface for the pcapinfo command and Test::More for the tests. The module itself only uses core modules. If you can't compile 0.15, can you try with 0.14? I probably introduced too many things at the same time in 0.15, hence the current breakage. Plus, it had a bug preventing the new API to work as documented. -- Sébastien Aperghis-Tramoni Close the world, txEn eht nepO.
From: dave [...] unrealize.co.uk
On Thu Jan 31 20:04:18 2008, SAPER wrote: Show quoted text
> If you can't compile 0.15, can you try with 0.14? I probably > introduced too many things at the same time in 0.15, hence the > current breakage. Plus, it had a bug preventing the new API to work > as documented.
0.14 works fine. Thanks for the suggestion.
From: dave [...] unrealize.co.uk
Maybe spoke too soon. I installed it ok but it always fails to see any netdevice. Net::Pcap::lookupdev Always fails.
From: dave [...] unrealize.co.uk
Ok works as root.
Subject: Re: [rt.cpan.org #32839] Net::Pcap install fail on make
Date: Fri, 1 Feb 2008 08:50:10 +0100
To: bug-Net-Pcap [...] rt.cpan.org
From: Sébastien Aperghis-Tramoni <saper [...] cpan.org>
Dave Wood wrote: Show quoted text
>> If you can't compile 0.15, can you try with 0.14? I probably >> introduced too many things at the same time in 0.15, hence the >> current breakage. Plus, it had a bug preventing the new API to work >> as documented.
> > 0.14 works fine. Thanks for the suggestion.
You're welcome. Show quoted text
> Maybe spoke too soon. I installed it ok but it always fails to see any > netdevice. Net::Pcap::lookupdev always fails.
Show quoted text
> Ok works as root.
As with any pcap-based program, on a Unix system with the traditional discrete account credentials, you need to run the program as root. On a RBAC system, it should be feasible to give the BPF capability to a user account. -- Sébastien Aperghis-Tramoni Close the world, txEn eht nepO.