Bugzilla – Bug 1610
bake should check for libpcap-dev before building ccnx
Last modified: 2013-03-26 06:51:01 UTC
Building ccnx on a machine without libpcap-dev (pcap.h) will cause a failure that does not hint at the underlying dependency problem. >> Building ccnx - Problem > Subprocess failed with error 2: ['make', '-j' -'1' ...] Solution probably involves putting configuration check for the header pcap.h and prompting the user to install libpcap-dev or libpcap-devel if missing.
(In reply to comment #0) > Solution probably involves putting configuration check for the header pcap.h > and prompting the user to install libpcap-dev or libpcap-devel if missing. changeset 167 739d70ae5e53 tries to fix this issue.