On Tue, 2005-05-24 at 18:00, chinmay bhat wrote:
> as i have only a single index
> i am using the function
>
> netsnmp_table_dataset_add_index(table_set, ASN_INTEGER);
>
> is that ok ?
Should be - add_indexes is basically just a loop wrapped
round this anyway.
> Note : it is working fine..
The
t-snmp-users@lists.sourceforge.net
Subject: Re: NETSNMP newbies,Library Problem.
Date: Wed, 18 May 2005 14:07:58 +0100
On Tue, 2005-05-17 at 14:57, chinmay bhat wrote:
> Hello friends,
>
> I have a mib table copiled using mib2c -c mib2c.create-dataset.conf
MIBNODE.
> the auto generate
On Tue, 2005-05-17 at 14:57, chinmay bhat wrote:
> Hello friends,
>
> I have a mib table copiled using mib2c -c mib2c.create-dataset.conf MIBNODE.
> the auto generated code uses the function
>
> netsnmp_table_set_add_indexes();
I presume there are some parameters within that call?
> and the g+
Hello friends,
I have a mib table copiled using mib2c -c mib2c.create-dataset.conf MIBNODE.
the auto generated code uses the function
netsnmp_table_set_add_indexes();
and the g++ compiler gives a link time error:
/agent/source/commonTables.cc:91: undefined reference to
`netsnmp_table_set_add_index