You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Igor Cicimov <ic...@gmail.com> on 2013/02/21 01:58:23 UTC

Re: [users@httpd] Trouble enabling mod_perl on Ubuntu 12.04

Check in the apache /modules directory for the correct name of the module.


On Thu, Feb 21, 2013 at 12:44 PM, Alois Mahdal <
alois.mahdal.1-ndmail@zxcvb.cz> wrote:

> Hello to all!
>
> My friend is having problems enabling mod_perl on his Ubuntu 12.04
> server.
>
>     him@there:~$ sudo apt-get install libapache2-mod-perl2
>     Reading package lists... Done
>     Building dependency tree
>     Reading state information... Done
>     libapache2-mod-perl2 is already the newest version.
>     0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
>     him@there:~$ a2enmod mod_perl
>     ERROR: Module mod_perl does not exist!
>     him@there:~$
>
> Any suggestions what is missing?
>
> Thanks,
> aL.
>
> --
> Alois Mahdal
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Re: [users@httpd] Trouble enabling mod_perl on Ubuntu 12.04

Posted by Alois Mahdal <al...@zxcvb.cz>.
On Thu, 21 Feb 2013 11:58:23 +1100
Igor Cicimov <ic...@gmail.com> wrote:

> Check in the apache /modules directory for the correct name of the
> module.
> 

Weird:

    him@there:~$ ls /usr/lib/apache2/modules/
    ... mod_perl.so ...
    him@there:~$ sudo a2enmod perl
    ERROR: Module perl does not exist!
    him@there:~$

Even restarting Apache does not make it find the module.


--
Alois Mahdal

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org