[Koha] Installation Stuck at mpm_itk Stage?

Mason James mtj at kohaaloha.com
Fri Dec 13 18:00:26 NZDT 2019



On 13/12/19 11:21 AM, Charles Kelley wrote:
> Hello, all!
>
>     Recent followers of this discussion group will have read that I am
> installing Koha in my new library. I am attempting yet again. I get to this
> stage, and I get stopped.
>
>     By the way, the environment:
>
>         Koha 19.11
>         Debian 9.8
>         VirtualBox
>
>>    sudo koha-create --create-db <library name>
>     To that, Debian responds:
>
>> Koha requires mpm_itk to be enabled within Apache in order to run.
>> Typically this can be enabled with:
>>     sudo a2enmod mpm_itk
> So I proceed with the command, to wit:
>
>> root at master:/home/master# sudo a2enmod mpm_itk
>     To that, Debian reponds thus:
>
>> Considering dependency mpm_prefork for mpm_itk:
>> Considering conflict mpm_event for mpm_prefork:
>> Considering conflict mpm_worker for mpm_prefork:
>> Module mpm_prefork already enabled
>> Module mpm_itk already enabled
>     So now what do I do? Proceed with the remainder of the installation?
> Proceed with the rest of the commands?
>

hi there

try the fine guide..
https://wiki.koha-community.org/wiki/Koha_on_Debian <https://wiki.koha-community.org/wiki/Koha_on_Debian#Follow_a_codename_.28version_number.29:_19.05.2C_18.11.2C_18.05>


$ sudo a2dismod mpm_event
$ sudo a2dismod mpm_prefork 
$ sudo apt-get install -f



More information about the Koha mailing list