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