From: Dan Scott Date: Mon, 10 Oct 2011 20:15:04 +0000 (-0400) Subject: Fix broken Net::Z3950::SimpleServer 1.14 install X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fdbs%2Flp871989-fix-simpleserver-prereq-2_1;p=working%2FEvergreen.git Fix broken Net::Z3950::SimpleServer 1.14 install Pin the install of Net::Z3950::SimpleServer to the known-to-work-with yaz 3.0.x version, 1.12. 1.14 introduced dependencies on yaz 4.1.x that can't be easily worked around. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 5cf9c5741d..cd2b7ab37b 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -224,11 +224,13 @@ DEB_APACHE_DISMODS = \ deflate # Chronically unpackaged CPAN modules +# Note older version of Net::Z3950::SimpleServer to avoid yaz 4.1.x dependency CPAN_MODULES = \ - Business::EDI \ - Library::CallNumber::LC \ - Net::Z3950::Simple2ZOOM \ - SRU + Business::EDI \ + Library::CallNumber::LC \ + M/MI/MIRK/Net-Z3950-SimpleServer-1.12.tar.gz \ + Net::Z3950::Simple2ZOOM \ + SRU # More chronically unpackaged CPAN modules (available in Squeeze though) CPAN_MODULES_MORE = \