Hi,
I tried installing the perl module and got the following error when running 'make test':
make[1]: Entering directory `/home/liat/snmp/net-snmp/net-snmp-5.1/perl/OID'
PERL_DL_NONLAZY=1 /usr/bin/perl "-I../blib/lib" "-I../blib/arch" test.pl
1..36
# Running under perl version 5.008 for linux
# Current time local: Wed Jun 23 13:17:44 2004
# Current time GMT: Wed Jun 23 10:17:44 2004
# Using Test.pm version 1.23
ok 1
Can't parse: .1.3.6.1
not ok 2
# Failed test 2 in test.pl at line 19
# test.pl line 19 is: ok(ref($oid) eq "NetSNMP::OID");
not ok 3
# Failed test 3 in test.pl at line 20
# test.pl line 20 is: ok(ref($oid->{oidptr}) eq "netsnmp_oidPtr");
not ok 4
# Failed test 4 in test.pl at line 25
# test.pl line 25 is: ok($tostring eq "internet");
Can't parse: .1.3.6.1.2
not ok 5
# Failed test 5 in test.pl at line 30
# test.pl line 30 is: ok($tostring eq "mgmt");
Can't parse: .1.3.6.1
oid1 is not of type netsnmp_oidPtr at ../blib/lib/NetSNMP/OID.pm line 122.
make[1]: *** [test_dynamic] Error 2
make[1]: Leaving directory `/home/liat/snmp/net-snmp/net-snmp-5.1/perl/OID'
make: *** [test] Error 2
Can you please advise?
Thanks,
Liat.
Title: Perl module installation problem
