Bug 19732

Summary: Koha does not work with latest versions of HTTP::OAI
Product: Koha Reporter: Julian Maurice <julian.maurice>
Component: Web servicesAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: critical    
Priority: P1 - high CC: josef.moravec, ztajoli
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Julian Maurice 2017-12-01 16:52:23 UTC
With HTTP::OAI 4.x, any request to oai.pl will fail with the following error:

Can't locate object method "xslt" via package "Koha::OAI::Server::<package>" at /home/koha/koha/Koha/OAI/Server/Repository.pm line 147.

libhttp-oai-perl 4.03 is included in Debian 9 (stretch) and Ubuntu 16.04 LTS (xenial). It means that the OAI-PMH webservice does not work on stable distributions (unless an older version is installed using cpan)

Koha should be updated to work with HTTP::OAI 4.x
Comment 1 Josef Moravec 2017-12-05 15:29:15 UTC

*** This bug has been marked as a duplicate of bug 17704 ***