Hello,
I want to ask two questions:
1. NetSNMP 5.3.1 Perl Module support TCP/IPv6, UDP/IPv6 or not?
As I know the agent does not support IPv6, when I add UDP/IPv6, TCP/IPv6 Public Domain options into SNMP-Conifg.h, the agent compilation does not pass.
May I sent a snmp-get via UDP/IPv6 in Perl?
2. When I complie NetSNMP 5.3.1 Source code is OK.
make; make test; make install It's OK.
But when I install Perl modules, it fails.
Please tell me how to solve the problem.
Thank you in advance!
The error messages is as follows:
[EMAIL PROTECTED] perl]# make
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/default_store'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/default_store'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/ASN'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/ASN'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/OID'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/OID'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/agent'
make[2]: Entering directory `/root/net-snmp-5.3.1/perl/agent/default_store'
make[2]: Leaving directory `/root/net-snmp-5.3.1/perl/agent/default_store'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/agent'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/SNMP'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/SNMP'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/TrapReceiver'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/TrapReceiver'
[EMAIL PROTECTED] perl]# make test
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/default_store'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/default_store'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/ASN'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/ASN'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/OID'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/OID'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/agent'
make[2]: Entering directory `/root/net-snmp-5.3.1/perl/agent/default_store'
make[2]: Leaving directory `/root/net-snmp-5.3.1/perl/agent/default_store'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/agent'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/SNMP'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/SNMP'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/TrapReceiver'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/TrapReceiver'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/default_store'
PERL_DL_NONLAZY=1 /usr/bin/perl "-I../blib/lib" "-I../blib/arch" test.pl
1..64
Can't load '../blib/arch/auto/NetSNMP/default_store/default_store.so' for module NetSNMP::default_store: libnetsnmp.so.10: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.6/i386-linux-thread-multi/DynaLoader.pm line 230.
at test.pl line 71
Compilation failed in require at test.pl line 71.
BEGIN failed--compilation aborted at test.pl line 71.
not ok 1
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/default_store'
make: *** [test] Error 2
[EMAIL PROTECTED] perl]#
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/default_store'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/default_store'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/ASN'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/ASN'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/OID'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/OID'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/agent'
make[2]: Entering directory `/root/net-snmp-5.3.1/perl/agent/default_store'
make[2]: Leaving directory `/root/net-snmp-5.3.1/perl/agent/default_store'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/agent'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/SNMP'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/SNMP'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/TrapReceiver'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/TrapReceiver'
[EMAIL PROTECTED] perl]# make test
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/default_store'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/default_store'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/ASN'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/ASN'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/OID'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/OID'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/agent'
make[2]: Entering directory `/root/net-snmp-5.3.1/perl/agent/default_store'
make[2]: Leaving directory `/root/net-snmp-5.3.1/perl/agent/default_store'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/agent'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/SNMP'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/SNMP'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/TrapReceiver'
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/TrapReceiver'
make[1]: Entering directory `/root/net-snmp-5.3.1/perl/default_store'
PERL_DL_NONLAZY=1 /usr/bin/perl "-I../blib/lib" "-I../blib/arch" test.pl
1..64
Can't load '../blib/arch/auto/NetSNMP/default_store/default_store.so' for module NetSNMP::default_store: libnetsnmp.so.10: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.6/i386-linux-thread-multi/DynaLoader.pm line 230.
at test.pl line 71
Compilation failed in require at test.pl line 71.
BEGIN failed--compilation aborted at test.pl line 71.
not ok 1
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/root/net-snmp-5.3.1/perl/default_store'
make: *** [test] Error 2
[EMAIL PROTECTED] perl]#
Best Regards,
Wan-Der Chiou
___________________________________________________
最新版 Yahoo!奇摩即時通訊 7.0,免費網路電話任你打!
http://messenger.yahoo.com.tw/
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users