[Xorp-users] XORP SNMP Support

Pavlin Radoslavov pavlin@icir.org
Mon, 12 Jul 2004 15:55:31 -0700


> Adam Greenhalgh wrote:
> > to help atanu later, what does 
> > 
> > find / -name net-snmp-agent-includes.h -print
> > 
> > give you , and what OS / version etc are you using ?
> > 
> > Adam
> > 
> >  On Sat, 2004-07-10 at 21:05 +0200, Gernot W. Schmied wrote:
> > 
> >>et-snmp-agent-includes.h
> > 
> > 
> > 
> 
> 
> Hi Adam/Atanu,
> 
> Thanks for your quick response. I am actually using net-snmp 5.1.1 and 
> testing 5.1.2pre (typo on my side). All the files are present and I pass 
> the following to ./configure:
> 
> ./configure
> --enable-advanced-mcast-api  --with-path-to-snmpd=/usr/local/sbin/ 
> --with-path-to-net-snmpd-src=/usr/local/src/SNMP/net-snmp/
> 
> /usr/local/src/SNMP/net-snmp/agent/net-snmp-agent-includes.h is present
> on the system.

On closer examination, the --with-path-to-net-snmpd-src is actually
a no-op, so it cannot be used to specify the path to the net-snmp
sources and the above include file.
Hence, you would have to either
(a) install the net-snmp version you are testing
OR
(b) wait until the above flag is fixed in the CVS repository so it
does the right thing.

Thanks,
Pavlin