Re: snmp module help

2010-02-05 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 4 F

Re: snmp module help

2010-02-05 Thread Dave Shield
On 5 February 2010 07:51, astal vista wrote: > Where can i find snmpdtrap.conf file. You create this yourself. (Either manually, or using 'snmpconf') See "snmptrapd.conf(5)" It goes in the same directory as snmpd.conf Dave

Re: snmp module help

2010-02-04 Thread astal vista
Where can i find snmpdtrap.conf file. when i check with locate command. it is showing under /var/net-snmp/snmpdtrap.conf but when i open with vi editor ,, the message given is "don't edit this file" is there any alternative? On Thu, Feb 4, 2010 at 5:40 PM, astal vista wrote: > I have compile

Re: snmp module help

2010-02-04 Thread Dave Shield
On 4 February 2010 11:39, astal vista wrote: > i have install net-snmp package on RHEL5.3. How? Did you compile from source, or install a pre-compiled binary. > #make snmp-demo > > gcc -I. `net-snmp-config --cflags`   -c -o snmp-demo.o snmp-demo.c > gcc: -lcrypto: linker input file unused beca

Re: snmp module help

2010-02-04 Thread rakesh zingade
Don't use net-snmp-config at the time of creating object files use it while creating libraries and binaries you are trying to link the libraries to object file ... On Thu, Feb 4, 2010 at 5:09 PM, astal vista wrote: > i have install net-snmp package on RHEL5.3. > > everything is fn. But progra