https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7403
Summary: [PATCH] epan/Makefile.am filters out python-related
library symbols
Product: Wireshark
Version: 1.8.0
Platform: x86-64
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: Low
Component: Dissection engine (libwireshark)
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: ubuntu@xxxxxx
Created attachment 8681
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8681
Patch to correct described problem
Build Information:
wireshark 1.8.0
Copyright 1998-2012 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
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 (64-bit) with GTK+ 2.24.10, with Cairo 1.10.2, with Pango 1.30.0, with
GLib 2.32.3, with libpcap, with libz 1.2.3.4, with POSIX capabilities (Linux),
with SMI 0.4.8, with c-ares 1.7.5, with Lua 5.1, with Python 2.7.3, with GnuTLS
2.12.14, with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP, with PortAudio
V19-devel (built Dec 10 2011 11:43:10), with AirPcap.
Running on Linux 3.2.0-25-virtual, with locale en_US.UTF-8, with libpcap
version
1.1.1, with libz 1.2.3.4, GnuTLS 2.12.14, Gcrypt 1.5.0, without AirPcap.
Built using gcc 4.6.3.
--
After line 195 of epan/Makefile.am:
if HAVE_LIBPY
# if we're not building python, these symbols don't get built
# ...
should be
if !HAVE_LIBPY
# ...
otherwise, libwireshark.so.2 is missing python-related library symbols like
py_create_dissector_handle.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.