Re: Snmp Agent as a thread

2004-07-27 Thread Manuel Mall
From: "Wes Hardaker" <[EMAIL PROTECTED]> > > On Wed, 21 Jul 2004 13:53:57 -0400, "Reitberger, Susan" <[EMAIL PROTECTED]> said: > > Susan> I am trying to start the snmp agent as a thread under another > Susan> application. Has anyone done this before? What function do I > Susan> tell the threa

Re: Writing Agent Vs sub-agent

2004-07-26 Thread Manuel Mall
I was recently confronted with the same problem and tried a few different approaches. I am sure there is no "one single right way" to do it. But here is a summary of my experience. Environment: RedHat 9, NetSNMP 5.1.1 I didn't want to directly modify the agent code at all or to have to build a cu

Re: Build configuration for Redhat 9

2004-06-22 Thread Manuel Mall
As far as I can tell all the old RedHat libraries had been removed. There is no libnetsnmp.so.5.0.9 or other remnants left in the system. My original question remains. What was the ./configure ... command used to build the RedHat 9 RPMs for Net-SNMP 5.1.1 as available from the net-snmp SourceForge

Re: Build configuration for Redhat 9

2004-06-22 Thread Manuel Mall
I tried the --disable-developer option but no success. Here is a quick comparison of the file sizes: In my build directory: 366322 Jun 22 17:03 agent/.libs/libnetsnmpagent.so.5.1.1 2127184 Jun 22 17:03 agent/.libs/libnetsnmpmibs.so.5.1.1 164508 Jun 22 17:03 apps/.libs/libnetsnmptrapd.so.5.1.1 4239

Build configuration for Redhat 9

2004-06-21 Thread Manuel Mall
I am trying to rebuild Net-SNMP 5.1.1 from the sources under RH9 but don't get the same result to what is contained the in the RH9 Net-SNMP 5.1.1 install RPM. Does someone know what is the exact ./configure command to be used to get the same results as are contained in the installation R