Re: Info regarding nets-nmp implementation

2005-01-04 Thread C Harikumar
Hi! Robert Thanks for your reply, We are implementing our own agents in enterprises private branch. Then the our interfaces implementation will be in private branch. we have two integer indexes to identify a particular interface. thanks.. regards Hari On Tue, 2005-01-04 at 23:20, Robert Story

re: make fails at undef sym: _setPerrorstatus in net-snmp-5.2.1.rc2 on OSX 10.3.7

2005-01-04 Thread OpenMacNews
hi magnus, thx for your reply =) and sorry for the out-of-thread response ... i keep getting dropped from the list (different issue, of course) ... I saw something similar last weekend. The attached patch fixed it for me. and works as well for me. thx! One thing that seemed odd is that setPerror

Re: Info regarding nets-nmp implementation

2005-01-04 Thread Coders
On 04 Jan 2005 12:41:29 +0530 C wrote: CH> In (mib-2) interfaces group, currently the CH> index of the table is identified by Interface index. But i want to CH> include one more index for our implementation. I have to get Interface CH> table info based on interface index and my own index. How to do

Re: make fails at undef sym: _setPerrorstatus in net-snmp-5.2.1.rc2 on OSX 10.3.7

2005-01-04 Thread Magnus Fromreide
I saw something similar last weekend. The attached patch fixed it for me. One thing that seemed odd is that setPerrorstatus is used on quite a few places and defined in all files where it is used, I wounder why it snmp_log_perror isn't used instead. /MF diff -u -r1.10 execute.c --- agent/mibgro

make fails at undef sym: _setPerrorstatus in net-snmp-5.2.1.rc2 on OSX 10.3.7

2005-01-04 Thread OpenMacNews
hi all, on OSX 10.3.7, moving from net-snmp-5.2 (which builds & works perfectly .. ) --> net-snmp-5.2.1.rc2, i'm getting a _new_ 'make' failure ... with 'configure' of: ./configure \ --prefix=/usr/local/net-snmp \ --with-logfile=/var/Logs/snmpd.log \ --sysconfdir=/var/Settings/NetSNMPd

Info regarding nets-nmp implementation

2005-01-04 Thread C Harikumar
Hi! Everybody... I am implementing dynamic modules for net-snmp sub-agents. I want some help regarding snmp tables. In (mib-2) interfaces group, currently the index of the table is identified by Interface index. But i want to include one more index for our implementation. I have to get Interface t