problem with MARC::File::XML on RH 5 64bits

2007-12-17 Thread paul POULAIN
Hello, I try to install Koha on a RH server, that was previously on RH 4 (Koha worked fine), and that has just be upgraded to a RH 5 (and Koha don't work at all). RH being 64 bits, on a Dell server. I have reinstalled yaz, and zebra and get a nasty error on Koha. Investigating, it seems I

Re: problem with MARC::File::XML on RH 5 64bits

2007-12-17 Thread Ed Summers
It looks like you don't have an XML parser installed that supports the features that M::F::X requires: use XML::SAX qw(Namespaces Validation); Try executing that, and see if you get a similar exception. FWIW Namespace support is required for the version of MARC::File::SAX that is in CVS since