wanderchiou wrote:
>   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?

"./configure --enable-ipv6 ..." is the proper way to enable IPv6 for the
toolkit. What platform are you on?

> [EMAIL PROTECTED] perl]# make test
[...]
> 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

Looks like you didn't properly install the net-snmp libraries. Did you
install them to a standard location where your loader is looking for
libraries? Did you update the loader cache (on Linux: ldconfig)?

Then, still, "make test" in the perl directory likely won't run
perfectly anyway. Feel free to ignore most of the test errors as long as
only *some* of the tests fail.


+Thomas

-- 
Thomas Anders (thomas.anders at blue-cable.de)

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

Reply via email to