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
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
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
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
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
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
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