Mailinglist Archive: opensuse-programming (10 mails)

< Previous Next >
Re: [opensuse-programming] perl expert needed
  • From: Per Jessen <per@xxxxxxxxxxxx>
  • Date: Fri, 16 Dec 2011 09:21:23 +0100
  • Message-id: <jcev23$uhi$1@saturn.local.net>
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

--
To unsubscribe, e-mail: opensuse-programming+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-programming+owner@xxxxxxxxxxxx

< Previous Next >
References