Enviado em 17/08/2007 - 04:36h
Instalei o apache e quando vou startar ele exibe este erro, alguem já passou por isso e poderia me ajudar?
[root@ficha2 home]# /usr/local/apache2/bin/apachectl start
httpd: Syntax error on line 54 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: cannot open shared object file: No such file or directory
E adicionei manualmente a seguinte linha no httpd.conf :
LoadModule php5_module modules/libphp5.so
[root@ficha2 home]# /usr/local/apache2/bin/apachectl start
httpd: Syntax error on line 54 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: cannot open shared object file: No such file or directory
E adicionei manualmente a seguinte linha no httpd.conf :
LoadModule php5_module modules/libphp5.so