Bug ID |
11444
|
Summary |
./configure canno't permit to set SETCAP variable in Makefile
|
Product |
Wireshark
|
Version |
1.12.7
|
Hardware |
All
|
OS |
Debian
|
Status |
UNCONFIRMED
|
Severity |
Minor
|
Priority |
Low
|
Component |
Build process
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Version 1.12.7 (Git Rev Unknown from unknown)
Copyright 1998-2015 Gerald Combs <[email protected]> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with GTK+ 3.8.4, with Cairo 1.12.16, with Pango 1.36.0, with
GLib 2.36.4, with libpcap, with libz 1.2.8, without POSIX capabilities, without
libnl, without SMI, without c-ares, without ADNS, with Lua 5.2, without Python,
without GnuTLS, without Gcrypt, without Kerberos, without GeoIP, without
PortAudio, with AirPcap.
Running on Linux 3.11-2-amd64, with locale fr_FR.UTF-8, with libpcap version
1.4.0, with libz 1.2.8, without AirPcap.
Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz
Built using gcc 4.8.2.
Wireshark is Open Source Software released under the GNU General Public
License.
Check the man page and http://www.wireshark.org for more information.
--
When trying to make install with :
sudo apt-get install liblua5.2-dev
./autogen.sh
./configure --enable-setcap-install=yes --enable-setuid-install=yes
--with-lua=/usr
make
sudo make install
error :
cap_net_raw,cap_net_admin+ep /usr/local/bin/dumpcap
/bin/bash: cap_net_raw,cap_net_admin+ep : commande introuvable
easy resolve :
edit makefile to set setcap path (line ~= 726) SETCAP = /sbin/setcap
Thanks to you for the most usefull software of the universe !
You are receiving this mail because:
- You are watching all bug changes.