Install SNMP module for perl-5.22.2

2016-08-31 Thread Laulusa, David
When I try to use SNMP, I get this error: DB<1> use SNMP Can't load '/usr/local/tools/perl-5.22.2/lib/site_perl/5.22.2/x86_64-linux/auto/SNMP/SNMP.so' for module SNMP: /usr/local/tools/perl-5.22.2/lib/site_perl/5.22.2/x86_64-linux/auto/SNMP/SNMP.so: undefined symbol: netsnmp_transport_config

RE: install snmp module

2007-08-31 Thread Bruce Shaw
You've covered a lot of ground here so I'll address (hopefully correctly - I don't use nagios or perl with SNMP) one issue at a time. >I want to install perl SNMP module on solaris 10 servers and I cannot do that successfully by using >perl -MCPAN -e shell > install SNMP >failed. >I do not

install snmp module

2007-08-31 Thread yifei wu
Hi, I want to install perl SNMP module on solaris 10 servers and I cannot do that successfully by using perl -MCPAN -e shell > install SNMP failed. I do not know why. However why i can seel /user/perl5/5.8.4/sun4-solaris-64int/SNMP.pm there. does that mean SNMP module is installed by default?