Hi,
I would like to ask for help of Net::NIS.
I fail the Perl Net::NIS make test in EM64T Fedora3-update3. It cannot find the map 'passwd.byname', although I can find it with ypcat in command line.
And I find that the same test successes in EM64T RHWS3 / IA32 Fedora3-update3
Here is the make test result.
===========================================================================
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/domainname......ok
t/table...........NOK 3# Test 3 got: "" (t/table.t at line 38)
# Expected: "HASH" ($hosts->list did not return a hash)
# t/table.t line 38 is: ok ref ($data), 'HASH', '$hosts->list did not return a hash';
t/table...........FAILED test 3
Failed 1/3 tests, 66.67% okay
t/wantarray.......ok
t/ypcat...........ok 1/10No such map 'passwd.byname'. Reason: Internal NIS error at t/ypcat.t line 63
t/ypcat...........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-10
Failed 9/10 tests, 10.00% okay
t/yperr_num.......ok
t/yperr_string....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/table.t 3 1 33.33% 3 t/ypcat.t 255 65280 10 18 180.00% 2-10 Failed 2/6 test scripts, 66.67% okay. 10/74 subtests failed, 86.49% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force ===========================================================================
Thank you.