Bugzilla – Attachment 74958 Details for
Bug 20693
Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20693: Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed
Bug-20693-Plack-fails-because-libcgi-emulate-psgi-.patch (text/plain), 1.36 KB, created by
Mason James
on 2018-05-01 21:25:44 UTC
(
hide
)
Description:
Bug 20693: Plack fails, because 'libcgi-emulate-psgi-perl' package is not installed
Filename:
MIME Type:
Creator:
Mason James
Created:
2018-05-01 21:25:44 UTC
Size:
1.36 KB
patch
obsolete
>From faf5c92a83da1f5a5a7572781ce19b7c6183b6ab Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20693
:
74958
|
75327
|
75328
|
75338
|
75339
|
76599