https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4495
Summary: plugins are not built
Product: Wireshark
Version: SVN
Platform: Other
OS/Version: NetBSD
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: jmmikkel@xxxxxxx
Build Information:
(I don't *have* a working build yet...)
--
configure decides that plugins can't be built because the test for
g_module_supported fails. This happens because it is not including libgmodule
in the link. This appears to be due to "gmodule" not being included in the last
GLIB_2_0 test:
AM_PATH_GLIB_2_0(2.14.0, have_gregex=yes, have_gregex=no)
This line was added in revision 31871, and I assume plugins have not been built
since then. Upon adding ", gmodule" to this line, the plugins are now building
for me.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.