Problem solved.
It took me some time to figure out that requests->requestvb->val.string is not
a string terminated by NULL. All the latest valid information is in the first
'requests->requestvb->val.len' characters.
Cheers!
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC
Hi
I have to install Net-SNMP 5.2.1 in
MontaVista Linux. Do we have binaries available( rpm files or mvl files ) for
MontaVista linux or have to compile from the source code. If we have to compile
from source code please specify the steps and Makefiles.
With regards
Sam
Hi,
I am using the net snmp apis(5.2.1) in C++ class,
i tried to compile using g++ compiler on red hat linux 9.0
using the options,
g++ -c -g -O2 -Wno-deprecated -Dlinux -I. -I/usr/local/include
snmpProxy.cc -L/usr/local/lib -lnetsnmp -lcrypto -lm
following errors are displayed while compiling,
=