Apache Startup doesn't work with PHP 5.3 in Debian Lenny

Posted by Agustin Barrientos on Super User See other posts from Super User or by Agustin Barrientos
Published on 2012-07-19T22:59:25Z Indexed on 2014/05/27 15:34 UTC
Read the original article Hit count: 215

Filed under:
|
|

Today I updated PHP 5.2 to 5.3 but then Apache Startup doesn't work.

Apache says:

Starting web server: apache2apache2: Syntax error on line 205 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/php5.load: Cannot load /usr/lib/apache2/modules/libphp5.so into server: /usr/lib/apache2/modules/libphp5.so: cannot open shared object file: No such file or directory

Cannot load /usr/lib/apache2/modules/libphp5.so

Is downgrading PHP 5.3 to PHP 5.2 a good idea? If so, how can I do it?

© Super User or respective owner

Related posts about apache

Related posts about php