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
- Undefined index: language in, Not Registered
- what does following message mean: Fatal error: Call to undefined function validip () in, Not Registered
- what does this error mean, Not Registered
- PHP Error message.what does it mean?, Not Registered
- browser cannot open php files, Not Registered
- ailed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\sample4mail\forgot.php on line 28. what does this mean?, Not Registered
- No permission to access /php/php-cgi.exe, Not Registered
- What does this php message mean, Not Registered
- What does this php message mean, Not Registered
- is a php error a hosting issue?, Not Registered
- failed to open stream: Device busy , Not Registered
- How to redirect to custom error page if any php script error, Not Registered
- plz solve this , Sajid Ali
- Fatal error: Call to undefined function:, Not Registered
- PHP Download error, Not Registered


















