Deb package causes conflicts
Hello, I`m trying to set up Koha 3.2.9 from .deb package, but there`s a version conflict in one of required packages: Koha requires apache-mpm-itk 2.2.16-6, I have installed apache2-mpm-prefork 2.2.16-6+squeeze1. Debian version 6.0.1. Trying to resolve this resulted in more conflicts. Is there a way to install Koha from deb package without having to downgrade a bunch of other packages? Regards, Mordazy.
* Tomasz Holdowanski (mordazy@poczta.onet.pl) wrote:
Hello, I`m trying to set up Koha 3.2.9 from .deb package, but there`s a version conflict in one of required packages: Koha requires apache-mpm-itk 2.2.16-6, I have installed apache2-mpm-prefork 2.2.16-6+squeeze1. Debian version 6.0.1. Trying to resolve this resulted in more conflicts.
Is there a way to install Koha from deb package without having to downgrade a bunch of other packages?
You do need mpm-itk for the packages to work. Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
Chris Cormack <chrisc@catalyst.net.nz> writes:
You do need mpm-itk for the packages to work.
Chris
Is there any documentation on this? Debian currently has four versions of the apache2 webserver - *-event, *-prefork, *-itk and *-worker. Of these, suppose, if I want php5 too installed on the system, I need to use prefork _only_. Or have I got something wrong? <extract from apt-cache show libapache2-mod-php5> This package provides the PHP5 module for the Apache 2 webserver (as found in the apache2-mpm-prefork package). Please note that this package ONLY works with Apache's prefork MPM, as it is not compiled thread-safe. Version: 5.3.6-12 </extract> I ask, because my librarian is asking to install some php script, which shows the "new arrivals", and I have only -worker installed. I have promised a dirty hack based on rss.pl for her... -- Mahesh T. Pai || L'homme est libre au moment qu'il veut l'etre. * Man is free at the instant he wants to be.
* Mahesh T Pai (paivakil@gmail.com) wrote:
Chris Cormack <chrisc@catalyst.net.nz> writes:
You do need mpm-itk for the packages to work.
Chris
Is there any documentation on this?
Debian currently has four versions of the apache2 webserver -
*-event, *-prefork, *-itk and *-worker.
-itk is the only one that lets apache suexec and run as a different user. The packages depend on that. So source install is the way round it. (The dependencies in the package are the dependices the package needs) Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
I would expect that PHP would work fine with -itk, as it's very similar to prefork anyway. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Chris Cormack <chrisc@catalyst.net.nz> wrote: * Mahesh T Pai (paivakil@gmail.com) wrote:
Chris Cormack <chrisc@catalyst.net.nz> writes:
You do need mpm-itk for the packages to work.
Chris
Is there any documentation on this?
Debian currently has four versions of the apache2 webserver -
*-event, *-prefork, *-itk and *-worker.
-itk is the only one that lets apache suexec and run as a different user. The packages depend on that. So source install is the way round it. (The dependencies in the package are the dependices the package needs) Chris -- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand _____________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Op zaterdag 25 juni 2011 19:55:08 schreef Tomasz Holdowanski:
OK, does this also apply to the installation from the source?
No. The packages are designed to allow multiple library systems to run off one system really easily, but also provide UNIX security separation between them. Only the apache2-mpm-itk MPM allows this. Due to the way the templates work, this can't be made optional (easily, anyway.) If you're running from source, then you can set it up any which way you like. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204
Hi, On Jun 25, 2011, at 2:55 AM, Tomasz Holdowanski wrote:
You do need mpm-itk for the packages to work.
OK, does this also apply to the installation from the source?
No, not unless you're aiming to implement the type of multi-DB, multi-user setup that the koha-common package implements. Regards, Galen -- Galen Charlton Director of Support and Implementation Equinox Software, Inc. / Your Library's Guide to Open Source email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
participants (5)
-
Chris Cormack -
Galen Charlton -
Mahesh T Pai -
Robin Sheat -
Tomasz Holdowanski