[OPEN-ILS-GENERAL] Apache PerlRequire Preventing Apache from starting

Dan Scott denials at gmail.com
Sat May 30 02:56:31 EDT 2009


2009/5/29  <makekee at msu.ac.zw>:
> Hi Guys
>
> I managed to get evergreen starting. However when i try to restart apache
> webserver using
>
> /etc/init.d/apache2 restart
>
> the terminal returns
>
> root at eg-server1:~# /etc/init.d/apache2 restart
>  * Restarting web server apache2
> Syntax error on line 18 of /etc/apache2/sites-enabled/eg.conf:
> Invalid command 'PerlRequire', perhaps misspelled or defined by a module not
> included in the server configuration

Hi Makekee:

This means that mod_perl is either not installed, or has been
installed but has not been enabled.

Try running the command "sudo a2enmod perl"; if that fails with the
message "ERROR: Module perl does not exist!", then you will need to
run "sudo aptitude install libapache2-mod-perl2" - but that also means
that somehow the prerequisites for OpenSRF didn't get properly
installed.

-- 
Dan Scott
Laurentian University


More information about the Open-ils-general mailing list