Re: r16479 broke make test

2007-06-08 Thread Wes Hardaker
> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes: >> make test TESTOPTS="-T tcp" TA> Fixed in r16514. Whoops, thanks... -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by DB2 Express Download DB2 Expres

Re: r16479 broke make test

2007-06-08 Thread Thomas Anders
Thomas Anders wrote: > This change broke use cases like > > make test TESTOPTS="-T tcp" Fixed in r16514. +Thomas - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express

Re: need? to include

2007-06-08 Thread Dave Shield
On 08 Jun 2007 11:58:11 -0700, Mark Atwood <[EMAIL PROTECTED]> wrote: > Both and > are included together by . However, > agent_module_config.h is included *after* snmp_vars.h, and so > USING_AGENTX_SUBAGENT_MODULE isnt yet defined, and so > netsnmp_enable_subagent doesnt get declared. > > Is thi

Re: Expanding the "data_context" structure to include other Table fields

2007-06-08 Thread Need Help
FOUND IT My problem was caused by having Table1 try to #include the header file from Table2 while Table2 had code to #include the header file from Table1. Things were getting screwy. I fixed this and it now compiles but I have a question. 1) Table2 included the Table1 header file so it could

need? to include

2007-06-08 Thread Mark Atwood
I'm using net-snmp-5.4 I'm building a subagent using mib2c.table_data.conf. This created mraOneTable.c and mraOneTable.h. I then filled in the "NNN"'s. I created mraOneTable_subagent.c using the mib2c.mfd.conf When I tried compiling it, I got the warning mraOneTable_subagent.c:134: warning: i

Re: Expanding the "data_context" structure to include other Table fields

2007-06-08 Thread Need Help
I might have figured this out .. do not spend your time on this yet thanks Need Help <[EMAIL PROTECTED]> wrote: Here are the two tables I am dealing with again: Table1(ocStbHostAVInterfaceTable) Table2(ocStbHostAnalogVideoTable) I looked into the "ifXTable.h" file and saw how the

Re: Net-SNMP on Windows Server for PHP use

2007-06-08 Thread Glenn
[EMAIL PROTECTED] wrote: > Hi > I installed PHP and NET-SNMP on a linux machine with absolutely no > problems and it works great. Now I have to set up the same thing on a > Windows server and I'm not having much luck. I don't want to use UDC SNMP > because the tools I've written in php work s

Net-SNMP on Windows Server for PHP use

2007-06-08 Thread Greg . Smith
Hi I installed PHP and NET-SNMP on a linux machine with absolutely no problems and it works great. Now I have to set up the same thing on a Windows server and I'm not having much luck. I don't want to use UDC SNMP because the tools I've written in php work so much better with NET-SNMP... I'v

Re: Expanding the "data_context" structure to include other Table fields

2007-06-08 Thread Need Help
Here is the compile errors: In file included from mibgroup/OC-STB-HOST-MIB/ocStbHostAVInterfaceTable/ocStbHostAVInterfaceTable.h:44, from mibgroup/OC-STB-HOST-MIB/ocStbHostAVInterfaceTable/ocStbHostAVInterfaceTable_data_access.c:17: .../agent/mibgroup/OC-STB-HOST-MIB/ocStbHostAn

Re: Expanding the "data_context" structure to include other Table fields

2007-06-08 Thread Need Help
I meant to attach the header files for Table1 and Table2. here they are ** If you search for "TODD TEST" you will see all the changes I have made. Need Help <[EMAIL PROTECTED]> wrote: Here are the two tables I am dealing with again: Table1(ocStbHostAVInterfaceTable) Table2(ocStbHostA

Re: Expanding the "data_context" structure to include other Table fields

2007-06-08 Thread Need Help
Here are the two tables I am dealing with again: Table1(ocStbHostAVInterfaceTable) Table2(ocStbHostAnalogVideoTable) I looked into the "ifXTable.h" file and saw how the "ifTable" data structures are being used. As a result I removed the following structure/definitions from Table2

Re: Memory usage (was select() on external FDs in get APIs)

2007-06-08 Thread Robert Story
On Fri, 08 Jun 2007 00:58:56 +0200 Magnus wrote: MF> Then the question is how a module can indicate that it have no need for MF> the mibs. setenv("MIBS", "", 1); - This SF.net email is sponsored by DB2 Express Download DB2

RE: How to integrate NetSNMP into a working Linux environment?

2007-06-08 Thread Need Help
Yes, and eventually it might come to that, but in the meantime, I am the only person which is assigned to handle the SNMP integration work.No oen is given time to do this task yet. We just want to start looking into what it would take, and I am the person who is trying to gather some data/

r16479 broke make test

2007-06-08 Thread Thomas Anders
[EMAIL PROTECTED] wrote: > Revision: 16479 > http://net-snmp.svn.sourceforge.net/net-snmp/?rev=16479&view=rev > Author: hardaker > Date: 2007-06-04 07:36:26 -0700 (Mon, 04 Jun 2007) > > Log Message: > --- > CHANGES: test: support a -n flag to RUNTESTS to print the test numb