ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [ethereal-dev] ethereal-0.7.9 on redhat 6.0 i386

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sat, 18 Dec 1999 02:58:49 -0800
> I don't understand the -L/usr/include/pcap line

The configure script assumes, for whatever reason, that if the "pcap.h"
header file is in "/usr/include/pcap", the libraries will be there as
well.  Is there a "/usr/include/pcap/pcap.h" file on your machine, and,
if so, where is the "libpcap" library file?

> I don't understand wher you wanted the snmp libraries to come from

The configure script looks for UCD SNMP or CMU SNMP; it checks for
"ucd-snmp/snmp.h" in directories such as "/usr/local/include", and also
checks for "snmp/snmp.h" in those directories.

Which SNMP package do you have installed, and where are its header files
and libraries?

Does it have routines "snmp_comstr_parse()", "asn_parse_signed_int64()",
"asn_parse_float()", and "asn_parse_double()" in it?