> i have a big problem and find no answer
>
> In /var/log/httpd/error_log if have this error
>
> "Cannot remove module mod_php4.c: not found in module list"
>
> i installed three times the php4.0.4
> no problems with configure; make; make install
>
> but if i would start the apache i get this error
What configure flags did you use? (see your config.nice file)
What does httpd -l show?
The easy fix is to get rid of your ClearModuleList directive in your
httpd.conf file and remove all the AddModule lines. Unless you are doing
something really complex, there is no need for these.
-Rasmus
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]