From faf5c92a83da1f5a5a7572781ce19b7c6183b6ab Mon Sep 17 00:00:00 2001 From: Mason James Date: Wed, 2 May 2018 09:20:30 +1200 Subject: [PATCH] Bug 20693: Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed Content-Type: text/plain; charset="utf-8" to test patch... 1/ build koha package from souce, install package 2/ test plack, see following error... Error while loading /etc/koha/plack.psgi: Can't locate CGI/Emulate/PSGI.pm in @INC (you may need to install the CGI::Emulate::PSGI module) 3/ apply patch 4/ build koha package from souce, install package 5/ test plack, see no error and observe plack is working --- debian/control | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/control b/debian/control index dd601ef..8179b2d 100644 --- a/debian/control +++ b/debian/control @@ -100,6 +100,8 @@ Build-Depends: libalgorithm-checkdigits-perl, libpdf-reuse-barcode-perl, libpdf-reuse-perl, libpdf-table-perl, + libplack-perl, + libcgi-emulate-psgi-perl, libplack-middleware-reverseproxy-perl, libreadonly-perl, libreadonly-xs-perl, @@ -329,6 +331,8 @@ Depends: libalgorithm-checkdigits-perl, libpdf-reuse-barcode-perl, libpdf-reuse-perl, libpdf-table-perl, + libplack-perl, + libcgi-emulate-psgi-perl, libplack-middleware-reverseproxy-perl, libreadonly-perl, libreadonly-xs-perl, -- 2.1.4