Chas. Owens wrote:
On Mon, Apr 7, 2008 at 11:48 PM, Richard Lee <[EMAIL PROTECTED]> wrote:
Why is this failing?

 I checked the dependency on the CPAN and it had 0...

 I am installing it as root(it's my personal machine).. Please advise.
snip

The dependencies on CPAN refer to dependencies on other Perl modules,
but the module may be dependent on external libraries.  In this case
it looks like the module is dependent on libpcap and you do not have
the library and/or the headers installed.  I don't know which flavor
of Linux you are using, but you can install the requisite packages
with your package manager:

sudo apt-get install libpcap libpcap-dev

sudo yum install libpcap libpcap-devel

sudo emerge something

Tried it but looks like I have them installed. perhaps they are old?

[EMAIL PROTECTED] ~]# yum install libpcap libpcap-devel
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core                      100% |=========================| 1.1 kB    00:00
extras                    100% |=========================| 1.1 kB    00:00
updates                   100% |=========================| 1.2 kB    00:00
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
[EMAIL PROTECTED] ~]# yum install libpcap-devel*
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
[EMAIL PROTECTED] ~]#

[EMAIL PROTECTED] ~]# rpm -qa | grep libpcap*
libpcap-0.9.4-11.fc6
libpcap-devel-0.9.4-11.fc6

[EMAIL PROTECTED] ~]# cat /etc/issue
Fedora Core release 6 (Zod)




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to