Wireshark-bugs: [Wireshark-bugs] [Bug 11444] ./configure canno't permit to set SETCAP variable i

Date: Fri, 14 Aug 2015 18:50:22 +0000

changed bug 11444


What Removed Added
Status UNCONFIRMED RESOLVED
Resolution --- FIXED

Comment # 1 on bug 11444 from
The configure script didn't find setcap, probably because /sbin wasn't in your
path.

The 1.12 version of that script does not check for this if you specify
--enable-setcap; the version on the trunk does, and fails if you ask for setcap
but it doesn't find it.

I've backported change Ibc01593e59fd1cd1be8c68d8cdacbfdca863efa0 (which was
checked in as a fix for bug 10246, but also fixes this bug) from the trunk to
the 1.12 branch.  That will cause the configure script to fail in this case, as
it should.

You will need to add /sbin to PATH when you run the configure script,
*especially* with the fixed version of the configure script.


You are receiving this mail because:
  • You are watching all bug changes.