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


Additionally, if I ignore those, install it, I get:

-33 Unknown user name at ./5snmp-dump.pl line 63.

when I run:

[...]
sub open_snmp
{
        my $error;
        $session        =       new SNMP::Session (
                -DestHost       =>      $host,
                -Community      =>      $community,
                -Version        =>      $snmpversion);
        die $session->{ErrorStr} if ($session->{ErrorStr});

}

[...]
open_snmp();

print $session->get("sysDescr.0");
die $session->{ErrorNum} . " " . $session->{ErrorStr} if ($session->{ErrorStr});



Any ideas?


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