ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4495] New: plugins are not built

Date: Sun, 14 Feb 2010 19:38:15 -0800 (PST)
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.