Ethereal-dev: Re: [Ethereal-dev] fail to compile Ethereal --disable-snmp does not seem to work

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

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: 20 May 2002 09:49:58 -0500
On Mon, 2002-05-20 at 02:26, Yaniv Kaul wrote:
> I fail to compile Ethereal from CVS, on Linux RH 6.2, with UCD SNMP 4.01
> (old, insecure, I know, will be replaced later).
> In the ./configure, I get:
> checking whether to use UCD SNMP/NET-SNMP library if available... yes
> checking for ucd-snmp/snmp.h... yes
> checking for ucd-snmp/version.h... yes
> checking for sprint_realloc_objid in -lsnmp... no
> checking for sprint_realloc_objid in -lsnmp... no
> configure: error: UCD SNMP header files found, but sprint_realloc_objid not
> found in SNMP library.
> 
> Is the reason then the old SNMP library?
> 
> Now, the problems is I get this EVEN if I run ./configure
> with --disable-snmp, though, which is annoying.
> 


The option changed to --without-ucdsnmp. See the INSTALL file.

--gilbert