Re: extensible/mteTriggerTable solaris behaviour

2004-09-15 Thread Allan McIntosh
I tried using: exec tester1 /bin/sh /tmp/tester1 exec tester2 /bin/sh /tmp/tester2 exec tester3 /bin/sh /tmp/tester3 exec tester4 /bin/sh /tmp/tester4 exec tester5 /bin/sh /tmp/tester5 monitor -r 30 -o extNames.1 -o extOutput.1 "tester1 status" extResult.1 != 0 monitor -r 30 -o extNames.2 -o e

Re: C++ and headers

2004-09-15 Thread Michael J. Slifcak
Robert Story freesnmp.com> writes: > > On Mon, 13 Sep 2004 19:45:45 +0200 Magnus wrote: >> In C++ the extern "C" { } construct shouldn't have a trailing ;. >> The attached patch cleans up all the headers in include. It also >> makes it possible to compile using g++-3.4 and higher. >> >> One big pr

RE: extensible/mteTriggerTable solaris behaviour

2004-09-15 Thread Bruce Shaw
Title: RE: extensible/mteTriggerTable solaris behaviour Did some more testing, documented here http://sourceforge.net/tracker/index.php?func=detail&aid=1028105&group_id=12694&atid=112694 Briefly, the sleeps have nothing to do with it.  It only takes two entries to make it fail.  If you ha

Re: OSX 10.2.3 net-snmp build problem with darwin7.h

2004-09-15 Thread Coders
On Wed, 15 Sep 2004 10:02:25 +0200 Dalton wrote: DH> I then downloaded a simple sample application from net-snmp.org located DH> at: DH> DH> http://www.net-snmp.org/tutorial-5/toolkit/asyncapp/asyncapp.c DH> DH> I received one error. [...] DH> DH> The problem is that inside the /usr/local/incl

OSX 10.2.3 net-snmp build problem with darwin7.h

2004-09-15 Thread Dalton Hamilton
Hi - thanks for net-snmp. I just downloaded the 5.1.2 src and successfully did the following: ./configure make make test make install I then downloaded a simple sample application from net-snmp.org located at: http://www.net-snmp.org/tutorial-5/toolkit/asyncapp/asyncapp.c I received one error. T

Re: problems with "make test"

2004-09-15 Thread Coders
On Mon, 13 Sep 2004 6:51:30 -0400 [EMAIL PROTECTED] wrote: SN> When testing for CPP defines, in order to adjust test parameters, SN> the test scripts could do a better job of matching. SN> SN> [...] the tests search for SN> CPP define "HAVE_AES" , which always match this fragment SN> from acconfig.

Re: speed

2004-09-15 Thread Coders
On Tue, 14 Sep 2004 09:57:07 + [EMAIL PROTECTED] wrote: MNET> Is that means that it determines speed only by the configuration file? Yes, except for Linux. MNET> How do i determine the speed dynamically ? That's a good question. It depends on your operating system. For a non-Linux system, yo