Bug ID |
11157
|
Summary |
Fail to build on fedora without GUI
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
x86
|
OS |
Fedora
|
Status |
UNCONFIRMED
|
Severity |
Minor
|
Priority |
Low
|
Component |
Build process
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Tried but didn't work:
./configure --enable-wireshark=no
After work-around:
[root@fedora wireshark]# tshark -v
Running as user "root" and group "root". This could be dangerous.
TShark (Wireshark) 1.99.6 (v1.99.6rc0-355-ge15513b from master)
Copyright 1998-2015 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
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 (32-bit) with libpcap, without POSIX capabilities, without libnl, with
libz 1.2.8, with GLib 2.42.2, without SMI, without c-ares, without ADNS,
without
Lua, without GnuTLS, without Gcrypt, with MIT Kerberos, without GeoIP.
Running on Linux 3.18.8-201.fc21.i686+PAE, with locale en_US.UTF-8, with
libpcap
version 1.6.2, with libz 1.2.8.
Built using gcc 4.9.2 20150212 (Red Hat 4.9.2-6).
--
I tried to build on Fedora 21 without GUI (as I only need tshark):
./configure --enable-wireshark=no [or --disable-wireshark]
And got errors:
configure: error: I couldn't find uic ...[and moc and another one].
I managed to workaround this problem by commenting the verification in the
'configure' script (there is strange comment there btw) and by running:
./configure --enable-wireshark=no --with-gtk2=no --with-gtk23=no
Thought it could be worth sharing.
Regards,
Isaac B.
You are receiving this mail because:
- You are watching all bug changes.