php make install fails 
asked by Not Registered on 29 May 2008 9:59
here is the outut of "make install"
apxs:Error: Activation failed for custom /etc/apache2/httpd.conf file..
apxs:Error: At least one `LoadModule' directive already has to exist..
make: *** [install-sapi] Fehler 1
apxs:Error: Activation failed for custom /etc/apache2/httpd.conf file..
apxs:Error: At least one `LoadModule' directive already has to exist..
make: *** [install-sapi] Fehler 1
Answers
Try adding the following line to your httpd.conf:
LoadModule suexec_module /usr/lib/apache2/modules/mod_suexec.so
It does not matter, which module you load here. PHP needs to find a "LoadModule" string and I believe your httpd.conf was simply empty
HTH
LoadModule suexec_module /usr/lib/apache2/modules/mod_suexec.so
It does not matter, which module you load here. PHP needs to find a "LoadModule" string and I believe your httpd.conf was simply empty
HTH
answered by Not Registered on 29 May 2008 10:03
- What is: Failed opening 'includes/languages/english/' for inclusion , Not Registered
- PHP Fatal erro, Not Registered
- Warning: Missing Argument and other stuff, Not Registered


















