Re: [Koha] Help Installing Plack on Koha 17.11

2018-05-03 Thread Jonathan Druart
Mason opened bug 20693 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20693 On Tue, 1 May 2018 at 22:49 Tomas Cohen Arazi wrote: > Not using Plack is unacceptable nowadays. > > Maybe a 3x speed gain is a good argument. And we still use the old and > loved Apache

Re: [Koha] Help Installing Plack on Koha 17.11

2018-05-01 Thread Tomas Cohen Arazi
Not using Plack is unacceptable nowadays. Maybe a 3x speed gain is a good argument. And we still use the old and loved Apache server in front of it. As for the install not pulling the dependencies, please file a bug so the packaging manager takes care. El mar., 1 de may. de 2018 7:20 p. m.,

Re: [Koha] Help Installing Plack on Koha 17.11

2018-05-01 Thread Paul A
On 2018-05-01 05:37 PM, Mason James wrote: On 2/05/18 9:11 am, Mason James wrote: [snip] aah, false alarm... :) # aptitude why  libcgi-emulate-psgi-perl i   koha-common   Depends    starman Yup -- we're running (testing Ubuntu 18.04) into the same sort of problem. Apparently (could be

Re: [Koha] Help Installing Plack on Koha 17.11

2018-05-01 Thread Mason James
On 2/05/18 9:11 am, Mason James wrote: > hmm, i think this may be a possible bug... > > 'libcgi-emulate-psgi-perl' doesn't seem to be listed as an explicit > dependency for any koha* package > > > so, it seems probable that this package wouldn't be installed by default :'( > (am i missing

Re: [Koha] Help Installing Plack on Koha 17.11

2018-05-01 Thread Mason James
hmm, i think this may be a possible bug... 'libcgi-emulate-psgi-perl' doesn't seem to be listed as an explicit dependency for any koha* package so, it seems probable that this package wouldn't be installed by default :'( (am i missing something here?) Mason On 2/05/18 8:40 am, Piotr Wejman

Re: [Koha] Help Installing Plack on Koha 17.11

2018-05-01 Thread Piotr Wejman
Hi, I've just finished setting Plack, so few tips which you may find helpfull: - you probably need to install libcgi-emulate-psgi-perl libcgi-compile-perl (not sure if packaged for Ubuntu 16.04, I'm using Debian 9.4) - If you;re missing any perl modules, try to google them first and check if

Re: [Koha] Help Installing Plack on Koha 17.11

2018-05-01 Thread ksorbo
I followed those koha-plack steps. When I do that I get the following error in my /var/log/koha/plack-error.log - 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) (@INC

Re: [Koha] Help Installing Plack on Koha 17.11

2018-05-01 Thread Tomas Cohen Arazi
Once you created the instance you just need to run $ koha-plack --enable instance $ koha-plack --start instance $ service apache2 restart Enjoy El mar., 1 de may. de 2018 2:52 p. m., ksorbo escribió: > /Running Ubuntu 16.04, mariadb, Koha 17.11/ > > I have installed Koha