koha-common | mpm-itk on wheezy
Hi, Trying to create a new site on wheezy, koha-common 3.18.05.1: root@data:~# koha-create --create-db --marcflavor unimarc --zebralang en test I get: Koha requires mpm_itk to be enabled within Apache in order to run. Typically this can be enabled with: sudo a2enmod mpm_itk root@data:~# a2enmod mpm_itk ERROR: Module mpm_itk does not exist! root@data:~# apt-get install apache2-mpm-itk Reading package lists... Done Building dependency tree Reading state information... Done apache2-mpm-itk is already the newest version. So, it seems I have apache2-mpm-itk installed, however nothing *itk* is present under /etc/apache2/mods-available, and I cannot enable it. Any ideas?
Greetings, Did you check for libapache2-mpm-itk? $ sudo apt-get install libapache2-mpm-itk $ sudo a2enmod mpm_itk GPML, Mark Tompsett -----Original Message----- From: mourik jan heupink Sent: Wednesday, April 01, 2015 7:43 AM To: koha@lists.katipo.co.nz Subject: [Koha] koha-common | mpm-itk on wheezy Hi, Trying to create a new site on wheezy, koha-common 3.18.05.1: root@data:~# koha-create --create-db --marcflavor unimarc --zebralang en test I get: Koha requires mpm_itk to be enabled within Apache in order to run. Typically this can be enabled with: sudo a2enmod mpm_itk root@data:~# a2enmod mpm_itk ERROR: Module mpm_itk does not exist! root@data:~# apt-get install apache2-mpm-itk Reading package lists... Done Building dependency tree Reading state information... Done apache2-mpm-itk is already the newest version. So, it seems I have apache2-mpm-itk installed, however nothing *itk* is present under /etc/apache2/mods-available, and I cannot enable it. Any ideas? _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi Mark, root@data:/etc/apache2# apt-get install libapache2-mpm-itk Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libapache2-mpm-itk root@data:/etc/apache2# I guess ubuntu calls it libapache2-mpm-itk, and debian calls it apache2-mpm-itk. (because that second package IS installed) On 4/1/2015 13:56, Mark Tompsett wrote:
Greetings,
Did you check for libapache2-mpm-itk? $ sudo apt-get install libapache2-mpm-itk $ sudo a2enmod mpm_itk
GPML, Mark Tompsett
-----Original Message----- From: mourik jan heupink Sent: Wednesday, April 01, 2015 7:43 AM To: koha@lists.katipo.co.nz Subject: [Koha] koha-common | mpm-itk on wheezy Hi,
Trying to create a new site on wheezy, koha-common 3.18.05.1:
root@data:~# koha-create --create-db --marcflavor unimarc --zebralang en test
I get:
Koha requires mpm_itk to be enabled within Apache in order to run. Typically this can be enabled with:
sudo a2enmod mpm_itk
root@data:~# a2enmod mpm_itk ERROR: Module mpm_itk does not exist! root@data:~# apt-get install apache2-mpm-itk Reading package lists... Done Building dependency tree Reading state information... Done apache2-mpm-itk is already the newest version.
So, it seems I have apache2-mpm-itk installed, however nothing *itk* is present under /etc/apache2/mods-available, and I cannot enable it.
Any ideas? _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Indeed, on wheezy the package is called "apache2-mpm-itk" and since Jessie its called "libapache2-mpm-itk" and "apache2-mpm-itk" is a transitional package. Do you have /usr/lib/apache2/mpm-itk ? The itk package just changes the symlink : /usr/sbin/apache2 -> /usr/lib/apache2/mpm-worker/apache2 Regards, Le 01/04/2015 14:03, mourik jan heupink a écrit :
Hi Mark,
root@data:/etc/apache2# apt-get install libapache2-mpm-itk Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libapache2-mpm-itk root@data:/etc/apache2#
I guess ubuntu calls it libapache2-mpm-itk, and debian calls it apache2-mpm-itk. (because that second package IS installed)
On 4/1/2015 13:56, Mark Tompsett wrote:
Greetings,
Did you check for libapache2-mpm-itk? $ sudo apt-get install libapache2-mpm-itk $ sudo a2enmod mpm_itk
GPML, Mark Tompsett
-----Original Message----- From: mourik jan heupink Sent: Wednesday, April 01, 2015 7:43 AM To: koha@lists.katipo.co.nz Subject: [Koha] koha-common | mpm-itk on wheezy Hi,
Trying to create a new site on wheezy, koha-common 3.18.05.1:
root@data:~# koha-create --create-db --marcflavor unimarc --zebralang en test
I get:
Koha requires mpm_itk to be enabled within Apache in order to run. Typically this can be enabled with:
sudo a2enmod mpm_itk
root@data:~# a2enmod mpm_itk ERROR: Module mpm_itk does not exist! root@data:~# apt-get install apache2-mpm-itk Reading package lists... Done Building dependency tree Reading state information... Done apache2-mpm-itk is already the newest version.
So, it seems I have apache2-mpm-itk installed, however nothing *itk* is present under /etc/apache2/mods-available, and I cannot enable it.
Any ideas? _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Fridolin SOMERS Biblibre - Pôles support et système fridolin.somers@biblibre.com
Hi Fridolin,
Do you have /usr/lib/apache2/mpm-itk ? Yes we do.
The itk package just changes the symlink : /usr/sbin/apache2 -> /usr/lib/apache2/mpm-worker/apache2
In our case, the symlink /usr/sbin/apache2 goes to /usr/lib/apache2/mpm-itk/apache2 Regards, Mourik Jan
Regards,
Le 01/04/2015 14:03, mourik jan heupink a écrit :
Hi Mark,
root@data:/etc/apache2# apt-get install libapache2-mpm-itk Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libapache2-mpm-itk root@data:/etc/apache2#
I guess ubuntu calls it libapache2-mpm-itk, and debian calls it apache2-mpm-itk. (because that second package IS installed)
On 4/1/2015 13:56, Mark Tompsett wrote:
Greetings,
Did you check for libapache2-mpm-itk? $ sudo apt-get install libapache2-mpm-itk $ sudo a2enmod mpm_itk
GPML, Mark Tompsett
-----Original Message----- From: mourik jan heupink Sent: Wednesday, April 01, 2015 7:43 AM To: koha@lists.katipo.co.nz Subject: [Koha] koha-common | mpm-itk on wheezy Hi,
Trying to create a new site on wheezy, koha-common 3.18.05.1:
root@data:~# koha-create --create-db --marcflavor unimarc --zebralang en test
I get:
Koha requires mpm_itk to be enabled within Apache in order to run. Typically this can be enabled with:
sudo a2enmod mpm_itk
root@data:~# a2enmod mpm_itk ERROR: Module mpm_itk does not exist! root@data:~# apt-get install apache2-mpm-itk Reading package lists... Done Building dependency tree Reading state information... Done apache2-mpm-itk is already the newest version.
So, it seems I have apache2-mpm-itk installed, however nothing *itk* is present under /etc/apache2/mods-available, and I cannot enable it.
Any ideas? _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
mourik jan heupink schreef op wo 01-04-2015 om 13:43 [+0200]:
Trying to create a new site on wheezy, koha-common 3.18.05.1:
root@data:~# koha-create --create-db --marcflavor unimarc --zebralang Koha requires mpm_itk to be enabled within Apache in order to run. Typically this can be enabled with:
Curious. Can you please paste the output of: sudo /usr/sbin/apache2ctl -v and sudo /usr/sbin/apache2ctl -M -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
Hi Robin, list, Sorry for the delay. Here are the requested outputs: root@data:~# /usr/sbin/apache2ctl -v Server version: Apache/2.2.22 (Debian) Server built: Dec 23 2014 22:48:29 root@data:~# /usr/sbin/apache2ctl -M apache2: bad user name oursite-koha Action '-M' failed. The Apache error log may have more information. root@data:~# Regards, Mourik Jan On 04/02/2015 12:45 AM, Robin Sheat wrote:
mourik jan heupink schreef op wo 01-04-2015 om 13:43 [+0200]:
Trying to create a new site on wheezy, koha-common 3.18.05.1:
root@data:~# koha-create --create-db --marcflavor unimarc --zebralang Koha requires mpm_itk to be enabled within Apache in order to run. Typically this can be enabled with:
Curious. Can you please paste the output of:
sudo /usr/sbin/apache2ctl -v
and
sudo /usr/sbin/apache2ctl -M
participants (4)
-
Fridolin SOMERS -
Mark Tompsett -
mourik jan heupink -
Robin Sheat