Re: Compilation problem for IFMIB

2007-01-02 Thread Daniel Lacey
Your setup is a bit old for me, but... On RHEL 4 and CentOS 4, I get the following: # ls -l /usr/lib/libsen* lrwxrwxrwx  1 root root 19 Mar  1  2006 /usr/lib/libsensors.so.3 -> libsensors.so.3.0.5 -rwxr-xr-x  1 root root 139808 Nov  8  2005 /usr/lib/libsensors.so.3.0.5 # rpm -q --whatprov

Reducing the size of libnetsnmp, libnetsnmphelpers etc lib files

2007-01-02 Thread Srivastava, Namburi (IE10)
Hi, I am building a sub-agent from a normally built Net-SNMP libraries (libnetsnmp, linetsnmphelpers, libnetsnmpmibs etc) The size of the sub-agent is around 600 KB. I want to reduce the size of the exe. How can I do that??? Is this size of sub-agent exe depending on the size of the libr

Compilation problem for IFMIB

2007-01-02 Thread Treesa Fairy Joseph
Hello, Please help me with the following. My system is Fedora Core 3. I have installed net-snmp-5.2.1.2, in my system. Now I am installing the IFMIB in my system. I am following the steps specified in the tutorial section of net-snmp site. I have done the following steps. 1. I have generated th

problem in sending more than one trap

2007-01-02 Thread payal singla
Hi, I had written a code which sends the trap if host-name is changed. the code is working fine for the first time, but when we try to change the host-name for the second time we get the error : "No support for any checked transport domain" snmptrap: unknown host (127.0.0.1) In main () The cod

RE: ./configure cannot find openssl

2007-01-02 Thread David Arthur
Hello all, Thanks you all for you time. The openssl-devel package *was* the issue. Once I installed the openssl-devel-.rpm, the configure script was able to find the openssl stuff and I was allowed to build the agent with support for MD5/SHA/AES/DES support. Thanks again for you help! David Arth

Re: Traps sent by Windows machine not recognized

2007-01-02 Thread Alex Burger
Try it with authorization disabled. In snmptrapd.conf: disableAuthorization yes Alex Jean-Paul Minet wrote: > I am trying to use net-snmp 5.3.1 on a linux box to receive traps from > various > sources. Everything seems fine for traps originating, for example, from a > snmptrap command

Traps sent by Windows machine not recognized

2007-01-02 Thread Jean-Paul Minet
Hi, I am trying to use net-snmp 5.3.1 on a linux box to receive traps from various sources. Everything seems fine for traps originating, for example, from a snmptrap command on another linux box, but when I generate a trap on a Windows XP machine (using the native Windows snmp services), I can

Re: fresh install - snmp timeouts

2007-01-02 Thread Dave Shield
On 02/01/07, Siddharth Deshpande <[EMAIL PROTECTED]> wrote: > i have configured the snmpd daemon to run as a system service > using a startup script with the main command as: > > > # exec snmpd -c /usr/local/share/snmp/snmpd.conf -f -D -A > > -Lf /var/log/snmpd/snmpd.log :161 > > Please