Hi Mike.

Mike Lindsey wrote:

Hey, having a couple problems with pre2 and perl.

I'm running perl 5.8.4 on a freebsd 4.5 box.

make test in the perl directory runs fine exept for:

ok 17
PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.4 "-MExtUtils::Command::MM"
"-e" "test_harness(0,'../blib/lib', '../blib/arch')" t/*.t
t/async.......ok
t/bulkwalk....ok 6/62# Failed test 20 in t/bulkwalk.t at line 118
#  t/bulkwalk.t line 118 is:     ok(($loopback =~ /^lo/));
t/bulkwalk....ok 40/62# Failed test 61 in t/bulkwalk.t at line 292
#  t/bulkwalk.t line 292 is:       ok(($vbr->val =~ /^lo/));
t/bulkwalk....FAILED tests 20, 61
        Failed 2/62 tests, 96.77% okay
t/conf........ok

Most systems list the loopback adapter first, but FreeBSD seems to list it last. For example, Linux gives:


snmpwalk -v 1 -c public mylinuxbox .1.3.6.1.2.1.2.2.1.2
IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: eth0
IF-MIB::ifDescr.3 = STRING: eth1

FreeBSD gives:

snmpwalk -v 1 -c public localhost .1.3.6.1.2.1.2.2.1.2
IF-MIB::ifDescr.1 = STRING: xl0
IF-MIB::ifDescr.2 = STRING: xl1
IF-MIB::ifDescr.3 = STRING: lo0

You can ignore the error. The test script should probably be updated to allow it..

Alex



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to