Looks like libXSLT on your system has internal problems. All that t/Record.t does is try to use C4::Record. Be sure to try install XML::LibXSLT from a binary package if available, rather than CPAN. Then revisit the XML parsing steps in the INSTALL doc and check: misc/sax_parser_print.pl --Joe On Fri, Feb 13, 2009 at 2:01 PM, Blake Carver <btcarver@lisnews.com> wrote:
Hi All Trying to get Koha running, but I'm stuck, make test isn't happy. I'm not sure what I'm missing, here's what I'm seeing
make test PERL_DL_NONLAZY=1 KOHA_CONF=blib/KOHA_CONF_DIR/koha-conf.xml /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/PERL_MODULE_DIR', 'blib/arch')" t/*.t t/Amazon....................ok t/Barcodes_PrinterConfig....ok t/Bookfund..................ok t/Bookseller................ok t/Boolean...................ok t/Branch....................ok t/Calendar..................ok t/Charset...................ok t/Debug.....................# BEFORE use: $debug is not defined # BEFORE use: $cgi_debug is not defined t/Debug.....................ok 1/3# AFTER use: $debug is 0 # AFTER use: $cgi_debug is 0 # Done. t/Debug.....................ok t/dummy.....................ok t/Input.....................ok t/Koha......................ok t/Languages.................ok t/Maintainance..............ok t/Output....................ok t/Record.................... # Failed test 'use C4::Record;' # at t/Record.t line 12. # Tried to use 'C4::Record'. # Error: Can't load
'/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/XML/LibXSLT/LibXSLT.so' for module XML::LibXSLT:
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/XML/LibXSLT/LibXSLT.so: undefined symbol: xsltRegisterLocalRVT at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230. # at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/XML/LibXSLT.pm line 30 # BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/XML/LibXSLT.pm line 30. # Compilation failed in require at /home/koha/html/blib/PERL_MODULE_DIR/C4/Record.pm line 30. # BEGIN failed--compilation aborted at /home/koha/blib/PERL_MODULE_DIR/C4/Record.pm line 30. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. t/Record....................NOK 1# Looks like you failed 1 test of 1. t/Record....................dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/Review....................ok t/Scrubber..................ok 1/10# Note: scrubber test output will have whitespace collapsed for readability # done. t/Scrubber..................ok t/Stats.....................ok Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------------- t/Record.t 1 256 1 1 100.00% 1 Failed 1/19 test scripts, 94.74% okay. 1/47 subtests failed, 97.87% okay. make: *** [test_dynamic] Error 255 _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha