Lisa Morgan/US/InfoPrint/IDE wrote on 02/08/2008 09:29:42 AM:
>
> [EMAIL PROTECTED] wrote on 02/07/2008
02:17:52 AM:
>
> > On 06/02/2008, Lisa Morgan <[EMAIL PROTECTED]> wrote:
> > > netsnmp_register_instance( test );
> >
> > OK - so you are registering individual instances
> > (rather than
On 01/04/2008, Colin Strachan <[EMAIL PROTECTED]> wrote:
> find -name "*.o" -exec rm -f {} \;
> find -name "*.lo" -exec rm -f {} \;
> find -name "*.so" -exec rm -f {} \;
> find -name "*.la" -exec rm -f {} \;
> find -name "*.a" -exec rm -f {} \;
That'd be incredibly inefficient!
Try
find
Vishal
This script builds the agent only, tweak to suit your requirements.
cd net-snmp-5.4.1/
find -name "*.o" -exec rm -f {} \;
find -name "*.lo" -exec rm -f {} \;
find -name "*.so" -exec rm -f {} \;
find -name "*.la" -exec rm -f {} \;
find -name "*.a" -exec rm -f {} \;
export PATH=
$PATH:/opt/
Hi,
I want to build Net-SNMP-5.4.1 for arm linux. I am using snapgear for
arm-linus. Is anybody knows how to configure and compile it for arm-linux?
Vishal N
-
Check out the new SourceForge.net Marketplace.
It's the best plac
Hi,
Thanks for the help, in fact we didn't have any accessible content.
But now, we have the C code, oam.c and oam.h, to respond the requests of the
MIB OAM-GLOBAL-REG-V1.txt (all these files are attached) and
we need to have a handler so we can control the requests.
While testing these code w
Hi Guys
I have been breaking my head for a couple of versions of net-snmp for the
past two days.
I had been using Net-SNMP 5.1.4 so far in my embedded code which is used in
the following architechtures:
x86
and Mips..
*ISSUE 1:*
Now I had to upgrade to 5.3.2 for localized keys support during user
Hi friends, i am a newbie for net-snmp . i want to develop an agent
that'll fetch some storage related data from windows Os. I installed
net-snmp 5.4.1 from binaries available and hv created the required MIB
defination file. Then using mib2c tool created .c and .h file ( I wanted
to use dlmode