Hello, Thanks for the help. Now it is getting installed without set_cap error (after changing %global setcap_dumpcap to 0) but now if I start Wireshark, it is not present in the machine. Wireshark is not getting installed in /usr/bin and if I type
whereis Wireshark I get output as /usr/share/Wireshark/ which by the way is empty folder. There is nothing in /usr/bin. What could be the issue now? One more thing, can I use Wireshark.spec.in from SPECS folder of earlier wireshark version (1.8.6) for building rpm of 1.10.3? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Guy Harris Sent: Thursday, December 12, 2013 5:56 AM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Error while installing wireshark 1.10.3 On Dec 11, 2013, at 7:10 AM, Christopher Maynard <[email protected]> wrote: > Before running autogen.sh, did you modify > packaging/rpm/SPECS/wireshark.spec.in to meet your needs? Those are the > options that matter when creating the rpm. Should %bcond_without gtk2 %bcond_with gtk3 %bcond_with qt # Set these to 1 if you want to ensure your package inclues support for them: %global with_adns 0 %global with_c_ares 1 %global with_lua 1 %global with_portaudio 0 # Set at most one of these two: # Note that setcap requires rpmbuild 4.7.0 or later. %global setuid_dumpcap 0 %global setcap_dumpcap 1 # Set to 1 if you want a group called 'wireshark' which users must be a member # of in order to run dumpcap. Only used if setuid_dumpcap or setcap_dumpcap # are set. %global use_wireshark_group 1 be generated by autoconf based on the configuration options for the build, rather than wired into wireshark.spec.in? ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe =============================================================================== Please refer to http://www.aricent.com/legal/email_disclaimer.html for important disclosures regarding this electronic communication. =============================================================================== ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
