Re: net-snmp 5.4.2.1: Error in make :gcc: /usr/local/fnmt/lib/libsocks.so: No such file or directory

2009-03-24 Thread Chetan Mahadev
t; /usr/local/fnmt/lib/libaudit.so.0 (0x0045e000) libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x0060c000) libelf.so.1 => /usr/lib/libelf.so.1 (0x0046e000) libsepol.so.1 => /lib/libsepol.so.1 (0x0066b000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00f3f0

Re: net-snmp 5.4.2.1: Error in make :gcc: /usr/local/fnmt/lib/libsocks.so: No such file or directory

2009-03-24 Thread Chetan Mahadev
Hi, Any body to help me here? On Mon, Mar 23, 2009 at 9:55 PM, Chetan Mahadev wrote: > Hi Thomas, > > >What configure options are you using? > I am using > ./configure --with-perl-modules --enable-embedded-perl --enable-shared > > >It looks like you're using a

Re: net-snmp 5.4.2.1: Error in make :gcc: /usr/local/fnmt/lib/libsocks.so: No such file or directory

2009-03-23 Thread Chetan Mahadev
lib/perl5/5.8.8 /usr/local/fnmt/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi-ld /usr/local/fnmt/lib/perl5/site_perl/5.8.8 /usr/local/fnmt/lib/perl5/site_perl . What seems to be the problem? Regds Chetan On Mon, Mar 23, 2009 at 9:18 PM, Thomas Anders wrote: > Chetan Mahade

net-snmp 5.4.2.1: Error in make :gcc: /usr/local/fnmt/lib/libsocks.so: No such file or directory

2009-03-23 Thread Chetan Mahadev
Hi , I am trying to install net-snmp 5.4.2.1 on RHEL 5.0 # more /etc/redhat-release Red Hat Enterprise Linux Server release 5 (Tikanga) ./configure is successful. but ./make fails with the following errors. Can you let me know what are the dependencies?? Pls help /bin/sh ../libtool --mod

Warnings in using NetSNMP::TrapReceiver while starting Snmptrapd - Pls help

2009-03-20 Thread Chetan Mahadev
Hi, I am getting the following warnings when I try to start the snmptrapd daemon. Can you let me what is wrong with the usage?? [r...@dhcp-64-104-139-158 ~]# /FNMT_SAN_DISK/fnmt/sbin/snmptrapd -f -Le -On -C -c /FNMT_SAN_DISK/fnmt/etc/snmptrapd.conf -p /var/run/snmptrapd.pid netsnmp_asse

How to restrict forwarding traps to a desitination from devices?

2009-02-21 Thread Chetan Mahadev
Hi, How can I restrict forwarding traps to a desitination (NMS) based on some condition. Probelm Scenario: I want to restrict traps from some network devices (based on IP) to my NMS system. However, the list of devices are not constant, may change depending on the network state. And the assumpt

Need help in using NET::SNMP-"$session->var_bind_types" in a traphandler.

2009-02-16 Thread Chetan Mahadev
Hi, I am trying to write a handler. The objective of the handler is 1. To accept traps , process the traps and send it to another destination host after processing them. To send traps to other destination , I am trying to use from NET::SNMP. $result = $session->trap( -enterpris