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.&nbsp; 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">&lt;<a href="mailto:btcarver@lisnews.com">btcarver@lisnews.com</a>&gt;</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&#39;m stuck, make test isn&#39;t happy. I&#39;m<br>
not sure what I&#39;m missing, here&#39;s what I&#39;m seeing<br>
<br>
make test<br>
PERL_DL_NONLAZY=1 KOHA_CONF=blib/KOHA_CONF_DIR/koha-conf.xml<br>
/usr/bin/perl &quot;-MExtUtils::Command::MM&quot; &quot;-e&quot; &quot;test_harness(0,<br>
&#39;blib/PERL_MODULE_DIR&#39;, &#39;blib/arch&#39;)&quot; 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: &nbsp; &nbsp; $debug is not defined<br>
# BEFORE use: $cgi_debug is not defined<br>
t/Debug.....................ok 1/3# &nbsp;AFTER use: &nbsp; &nbsp; $debug is 0<br>
# &nbsp;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>
# &nbsp; Failed test &#39;use C4::Record;&#39;<br>
# &nbsp; at t/Record.t line 12.<br>
# &nbsp; &nbsp; Tried to use &#39;C4::Record&#39;.<br>
# &nbsp; &nbsp; Error: &nbsp;Can&#39;t load<br>
&#39;/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/XML/LibXSLT/LibXSLT.so&#39;<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>
# &nbsp;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>
 &nbsp; &nbsp; &nbsp; &nbsp;Test returned status 1 (wstat 256, 0x100)<br>
DIED. FAILED test 1<br>
 &nbsp; &nbsp; &nbsp; &nbsp;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 &nbsp;Failed &nbsp;List of Failed<br>
-------------------------------------------------------------------------------<br>
t/Record.t &nbsp; &nbsp; 1 &nbsp; 256 &nbsp; &nbsp; 1 &nbsp; &nbsp;1 100.00% &nbsp;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>