Hello; <br><br>I am installing Koha 3.00.02 on a Debian server ( 5.0.0 Lenny ) and I am at the tail end of the install where I am trying to get a login to Koha - via <a href="http://127.0.1.1:8080">127.0.1.1:8080</a> (It is installed on the server) and I get a message that the version of XML::LibXSLT is 1.70 and needs to be 1.66 <br>
Does anyone know a way to drop back a version from cpan or the command line?  <br><br>Here is the error :<br><br>Koha error<br><br>The following fatal error has occurred:<br><br>This version of XML::LibXSLT requires XML::LibXML 1.66 (ABI 1), which is incompatible with currently installed XML::LibXML 1.70 (ABI 2). Please upgrade XML::LibXSLT, XML::LibXML, or both! at /usr/local/lib/perl/5.10.0/XML/LibXML.pm line 49.<br>
BEGIN failed--compilation aborted at /usr/lib/perl5/XML/LibXSLT.pm line 7.<br>Compilation failed in require at /usr/share/koha/lib/C4/XSLT.pm line 27.<br>BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/XSLT.pm line 27.<br>
Compilation failed in require at /usr/share/koha/lib/C4/Search.pm line 28.<br>BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Search.pm line 28.<br>Compilation failed in require at /usr/share/koha/lib/C4/Heading.pm line 25.<br>
BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Heading.pm line 25.<br>Compilation failed in require at /usr/share/koha/lib/C4/Biblio.pm line 36.<br>Compilation failed in require at /usr/share/koha/lib/C4/Reserves.pm line 28.<br>
BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Reserves.pm line 28.<br>Compilation failed in require at /usr/share/koha/lib/C4/Circulation.pm line 25.<br>BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Circulation.pm line 25.<br>
Compilation failed in require at /usr/share/koha/lib/C4/Overdues.pm line 24.<br>BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Overdues.pm line 24.<br>Compilation failed in require at /usr/share/koha/lib/C4/Members.pm line 27.<br>
BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Members.pm line 27.<br>Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 27.<br>BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 27.<br>
Compilation failed in require at /usr/share/koha/opac/cgi-bin/opac/<a href="http://opac-main.pl">opac-main.pl</a> line 22.<br>BEGIN failed--compilation aborted at /usr/share/koha/opac/cgi-bin/opac/<a href="http://opac-main.pl">opac-main.pl</a> line 22.<br>
<br>Thank you for any advice you could give !<br><br>