Hi Christian,

 

It looks like you have libapache2-mpm-itk installed, but you made some typo 
mistakes in the other command I sent you. That should have been “ls 
/etc/apache2/mods-available” instead of “ls / etc / apache2 / mods-available”.

 

I recently installed Koha 19.11.04 on a Ubuntu 18.04 virtual machine guest 
without any problems, so I suspect the problems are with your process or with 
your OS installation. 

 

Your hostname “christianjcj-HP-1000-Notebook-PC” is a bit strange. How are you 
running Ubuntu 18.04 on your notebook? Is it Linux installed directly onto the 
notebook? Is it in a virtual machine running in Windows? It looks to me like 
you might be running it on the Windows Subsystem for Linux (WSL). Are you doing 
that? If you’re trying to use WSL, it very likely won’t work, because that’s 
not a “real” Linux implementation. WSL doesn’t use a real Linux kernel, so it 
can’t do everything that real Linux can do, especially when it comes to 
networking (like Apache). 

 

Troubleshooting these sorts of problems via email can be challenging, so you 
might consider looking for help on IRC: 
https://koha-community.org/get-involved/irc/. 

 

David Cook

Systems Librarian

Prosentient Systems

72/330 Wattle St

Ultimo, NSW 2007

Australia

 

Office: 02 9212 0899

Online: 02 8005 0595

 

From: Christian Calle Jahuira <christian...@gmail.com> 
Sent: Thursday, 23 April 2020 8:40 AM
To: dc...@prosentient.com.au
Cc: Michael Hafen (TECH) <michael.ha...@washk12.org>; koha-devel 
<koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] problem with sudo a2enmod mpm_itk

 

Thank you Michael
I am installing koha version 19.11.04 on ubuntu 18.04. Excuse me.

Run what you tell me and I get:

 

root@christianjcj-HP-1000-Notebook-PC:~# dpkg -l libapache2-mpm-itk
Deseado=desconocido(U)/Instalar/eliminaR/Purgar/retener(H)
| 
Estado=No/Inst/ficheros-Conf/desempaqUetado/medio-conF/medio-inst(H)/espera-disparo(W)/pendienTe-disparo
|/ Err?=(ninguno)/requiere-Reinst (Estado,Err: mayúsc.=malo)
||/ Nombre         Versión      Arquitectura Descripción
+++-==============-============-============-=================================
ii  libapache2-mpm 2.4.7-04-1   amd64        multiuser module for Apache
root@christianjcj-HP-1000-Notebook-PC:~# ls / etc / apache2 / mods-available
ls: no se puede acceder a 'etc': No existe el archivo o el directorio
ls: no se puede acceder a 'apache2': No existe el archivo o el directorio
ls: no se puede acceder a 'mods-available': No existe el archivo o el directorio
/:
bin    etc             l5.5   lost+found  proc  snap  usr
boot   home            lib    media       root  srv   var
cdrom  initrd.img      lib32  mnt         run   sys   vmlinuz
dev    initrd.img.old  lib64  opt         sbin  tmp   vmlinuz.old

/:
bin    etc             l5.5   lost+found  proc  snap  usr
boot   home            lib    media       root  srv   var
cdrom  initrd.img      lib32  mnt         run   sys   vmlinuz
dev    initrd.img.old  lib64  opt         sbin  tmp   vmlinuz.old

/:
bin    etc             l5.5   lost+found  proc  snap  usr
boot   home            lib    media       root  srv   var
cdrom  initrd.img      lib32  mnt         run   sys   vmlinuz
dev    initrd.img.old  lib64  opt         sbin  tmp   vmlinuz.old
root@christianjcj-HP-1000-Notebook-PC:~# 

 

Thank you.

 

El mar., 21 abr. 2020 a las 20:23, <dc...@prosentient.com.au 
<mailto:dc...@prosentient.com.au> > escribió:

As Michael was saying, it would be good to know which OS and OS version you’re 
using. I’m guessing you’re using Debian or Ubuntu, but which version?

 

Did you follow the instructions at 
https://wiki.koha-community.org/wiki/Koha_on_Debian or 
https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages? 

 

What do you see when you run the following commands?

 

dpkg -l libapache2-mpm-itk

 

ls /etc/apache2/mods-available

 

Also what error messages initially brought you to running “sudo a2enmod 
mpm_itk”? That command should have been unnecessary.

 

David Cook

Systems Librarian

Prosentient Systems

72/330 Wattle St

Ultimo, NSW 2007

Australia

 

Office: 02 9212 0899

Online: 02 8005 0595

 

From: Koha-devel <koha-devel-boun...@lists.koha-community.org 
<mailto:koha-devel-boun...@lists.koha-community.org> > On Behalf Of Michael 
Hafen (TECH)
Sent: Wednesday, 22 April 2020 9:03 AM
To: Christian Calle Jahuira <christian...@gmail.com 
<mailto:christian...@gmail.com> >
Cc: koha-devel <koha-devel@lists.koha-community.org 
<mailto:koha-devel@lists.koha-community.org> >
Subject: Re: [Koha-devel] problem with sudo a2enmod mpm_itk

 

Well, I don't understand your server then, I guess.  We will need to know which 
linux distribution you are using, and how you have installed Koha.

I'm a little behind on Koha too, so maybe some of the others could speak to how 
important having mpm_itk enabled is.  I suppose it's for making the server more 
secure, and you can do without it if necessary, but I could be wrong about that.

 

On Tue, Apr 21, 2020 at 4:46 PM Christian Calle Jahuira <christian...@gmail.com 
<mailto:christian...@gmail.com> > wrote:


134/5000

Thank you
Correctly install #apt install libapache2-mpm-itk

and the error continues

ERROR: Module mpm_itk does not exist!

thanks.

 

 

El mar., 21 abr. 2020 a las 18:36, Michael Hafen (TECH) 
(<michael.ha...@washk12.org <mailto:michael.ha...@washk12.org> >) escribió:

Installing the itk module package should solve that problem.  A command like 
`apt install libapache2-mpm-itk` should do the trick.

 

On Tue, Apr 21, 2020 at 4:25 PM Christian Calle Jahuira <christian...@gmail.com 
<mailto:christian...@gmail.com> > wrote:




Hello

Friends, I encountered the following error while executing:

# sudo koha-create --create-db biblio

I execute

#sudo a2enmod mpm_itk

ERROR: Module mpm_itk does not exist!

Can anybody help me.

Thank you..

 

 

-- 

Christian Jhonny Calle Jahuira
Consultor de Sistemas de Informacion 

Ingeniero de Sistemas - Bibliotecologia
Email: christian...@gmail.com <mailto:christian...@gmail.com> 
Cel: 61131611

_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org 
<mailto:Koha-devel@lists.koha-community.org> 
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/



-- 

Michael Hafen

Washington County School District Technology Department

Systems Analyst




 

-- 

Christian Jhonny Calle Jahuira
Consultor de Sistemas de Informacion 

Ingeniero de Sistemas - Bibliotecologia
Email: christian...@gmail.com <mailto:christian...@gmail.com> 
Cel: 61115844



-- 

Michael Hafen

Washington County School District Technology Department

Systems Analyst




 

-- 

Christian Jhonny Calle Jahuira
Consultor de Sistemas de Informacion 

Ingeniero de Sistemas - Bibliotecologia
Email: christian...@gmail.com <mailto:christian...@gmail.com> 
Cel: 61115844

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to