Hello,
On Fri, 16 Dec 2011, Greg Freemyer wrote:
Per Jessen per@computer.org wrote:
Greg Freemyer wrote: I've just noticed this in the bug queue:
https://bugzilla.novell.com/show_bug.cgi?id=711611
Seems it might be related.
[..]
You may have noticed I created that bugzilla months ago, and I added a link to this thread last night.
Even better, Pascal Blesser took pity on me overnight and fixed the package! (See bugzilla for details.)
Weird though, even with just '-Wall' the problem remains.
==== + /usr/bin/sed -i -e '/^auto_install/d' -e 's/'''-Wall -Wwrite-strings'''/''' Wall'''/' Makefile.PL + grep CCFLAGS Makefile.PL $options{CCFLAGS} = '-Wall' if $Config{ccname} eq 'gcc' and $] >= 5.006; [..] + /usr/bin/perl Makefile.PL PREFIX=/usr looking for -lpcap... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You appear to lack the pcap(3) library. ====
I'd really like to know what's happening there ...
Thanks to you and David for trying to help me out.
You're welcome.
-dnh