http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1218
Summary: enable-ucd-snmp-compatibility build error on Red Hat
Enterprise Linux,
Product: Wireshark
Version: 0.99.4
Platform: PC
URL: http://wiki.wireshark.org/BuildingAndInstalling#head-
d09d99ddb5ef0c9fc38484ede657d62422fdf91d
OS/Version: Linux
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: seitz@xxxxxxxxxxxxxxxxxxx
Build Information:
[seitz@demo5 bin]$ ./wireshark -v
wireshark 0.99.4 (SVN Rev 19757)
Copyright 1998-2006 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 with GTK+ 2.4.13, with GLib 2.4.7, with libpcap 0.8.3, with libz
1.2.1.2, without libpcre, with Net-SNMP 5.1.2, without ADNS, without Lua, with
GnuTLS 1.0.20, with Gcrypt 1.2.0, with MIT Kerberos, without PortAudio, without
AirPcap.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.
Running on Linux 2.6.9-42.0.3.EL, with libpcap version 0.8.3.
Built using gcc 3.4.6 20060404 (Red Hat 3.4.6-3).
[seitz@demo5 bin]$
--
Trying to build from the TAR source tree using the standard ./configure && make
command will give the following error:
/usr/include/ucd-snmp/version.h:9:2: error: #error "Please update your headers
or configure using --enable-ucd-snmp-compatibility"
Unfortunately, adding "--enable-ucd-snmp-compatibility" just gives the same
error.
To solve this, one of the following changes have to be made to your
"./configure" command:
1. Add "--without-net-snmp --without-ucd-snmp":
./configure --without-net-snmp --without-ucd-snmp
2. Add "--with-ssl"
./configure --with-ssl
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.