> From: Shahar Keren (shkeren) [mailto:[email protected]] > Sent: Monday, July 30, 2018 1:07 PM > To: Maynard, Chris <[email protected]>; Developer support list for > Wireshark <[email protected]> > Subject: Re: error building wireshark-2.6.2 on RHEL 7.3 > > Thanks for your replies > > Regarding Maynard's suggestion - > Thanks, found ./autogen.sh on the downloaded tar.gz source code (not in git > repo), and that procedure got me going. > > As a last step, is there an official method/script to include relevant files > in /bin /sbin /lib /lib64 etc so that #wrieshark will point to this newly > built version ?
If I understand you correctly, you want to know how to install it? Assuming so, "make install" should work. You can also create .rpm's via "make rpm-package" if you want to more easily install it on other systems too. You may need to tweak the packaging/rpm/wireshark.spec.in file to suit your needs. - Chris CONFIDENTIALITY NOTICE: This message is the property of International Game Technology PLC and/or its subsidiaries and may contain proprietary, confidential or trade secret information. This message is intended solely for the use of the addressee. If you are not the intended recipient and have received this message in error, please delete this message from your system. Any unauthorized reading, distribution, copying, or other use of this message or its attachments is strictly prohibited. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
