Greg Freemyer wrote:
===========
- /usr/bin/perl Makefile.PL PREFIX=/usr
looking for -lpcap... You appear to lack the pcap(3) library.
[snip]
============================
Looking at Makefile.PL, the problem seems to be in:
================================================
sub have_library {
I'm guessing try_link() is a local subroutine that attempts to compile and link the source code generated. Normally when that is done, you should be able to find the log from the failed attempt.
With autoconf, you'd be looking at config.log, but with perl, I don't know where to look.
/Per Jessen, Zürich