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

2013-02-21 Thread Alois Mahdal
On Thu, 21 Feb 2013 02:44:13 +0100 Alois Mahdal alois.mahdal.1-ndm...@zxcvb.cz wrote: [...] him@there:~$ a2enmod mod_perl ERROR: Module mod_perl does not exist! him@there:~$ Any suggestions what is missing? Today my friend reported that sudo apt-get purge

[users@httpd] Trouble enabling mod_perl on Ubuntu 12.04

2013-02-20 Thread Alois Mahdal
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

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

2013-02-20 Thread Igor Cicimov
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-ndm...@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

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

2013-02-20 Thread Eric Covener
On Wed, Feb 20, 2013 at 8:44 PM, Alois Mahdal alois.mahdal.1-ndm...@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

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

2013-02-20 Thread Alois Mahdal
On Thu, 21 Feb 2013 11:58:23 +1100 Igor Cicimov icici...@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

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

2013-02-20 Thread Igor Cicimov
On 21/02/2013 12:11 PM, Eric Covener cove...@gmail.com wrote: On Wed, Feb 20, 2013 at 8:44 PM, Alois Mahdal alois.mahdal.1-ndm...@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