Re: 5.5.pre2 published

2009-05-01 Thread Daniel Chuang
Hi, When I include SSH transport on doing './configure --disable-embedded-perl --with-security-modules="usm tsm" --with-transports="UDP TCP Unix Callback SSH DTLSUDP"' I got the ssh2 library error: checking for EVP_md5 in -lcrypto... yes checking for AES_cfb128_encrypt in -lcrypto... yes check

Re: how to add info about other processes (i.e. other than linux processes) to the output of snmpwalk hrSWRunTable

2009-05-01 Thread Wes Hardaker
> On Thu, 30 Apr 2009 15:59:51 +0530, anshul mittal > said: am> hi can u tell me the link of tutorials where i can understand what is going am> on in the hr_swrun.c so that i can modify it to add the information about am> the processes other than linux processes. If you read the tutoria

Re: Not Able to Compile Net-SNMP 5.4.2.1 on Solaris 10

2009-05-01 Thread Thomas Anders
hareesh wrote: > making all in /Desktop/net-snmp-5.4.2.1/agent > /bin/sh ../libtool --mode=compile gcc -I../include -I. -I../agent > -I../agent/mibgroup -I../snmplib -I/usr/local/ssl/include -g -O2 > -Usolaris2 -Dsolaris2=solaris2 -c -o snmp_vars.lo snmp_vars.c > gcc -I../include -I. -I../agent -

Not Able to Compile Net-SNMP 5.4.2.1 on Solaris 10

2009-05-01 Thread hareesh
Dear Sir, I want to upgrade the Net-SNMP version 5.0.9 installed on a Solaris 10 (sun4u platform ) machine as I am not able to query the 'hrProcessorLoad' OID. I have downloaded the Net-SNMP 5.4.2.1 source and tried to compile. But while making , I am getting the following error: making all in /

Re: Using a handler in net-snmp

2009-05-01 Thread Dave Shield
2009/5/1 : > I want to call a function after snmpd sends cold-start after startup. That's done in the file "snmpd.c" - in the routine main(). Look for the call to send_easy_trap(0. 0); (probably around line 950, or 1020 depending on version) > For this i dont want to put any code change in