Re: [PHP] [PHP4] mod_php4, not compatible with Apache version?

2001-04-08 Thread Lindsay Adams

Did you install php as a DSO? Or compile it into apache.
I was getting that error too, because I had installed it as an APXS DSO and
had unnecessarily included the line AddModule 'mod_php4.c' (not exact syntax
here)

After removing the AddModule line, and only using LoadModule php4_module
'path/to/libphp4.so', it worked fine.

On 4/8/01 10:39 AM, "Enrique de las Heras" <[EMAIL PROTECTED]> wrote:

> Yesterday I installed php 4.0.4pl1 with Apache 1.3.19. All the
> installation process was OK, but when I tried to restart the Apache
> Server the apachectl command failed with this error:
> 
> httpd: module "mod_php4.c" is not compatible with this version of
> Apache.
> Please contact the vendor for the correct version.
> ./bin/apachectl start: httpd could not be started.
> 
> I have reinstalled Apache and php 4.0.4pl1,  but I keep on getting this
> same annoying error.  Can anyone hellp me?
> 
> Thanks a lot.
> 
> 
> 
> 
> 
> 
> 


-- 
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]




[PHP] [PHP4] mod_php4, not compatible with Apache version?

2001-04-08 Thread Enrique de las Heras

Yesterday I installed php 4.0.4pl1 with Apache 1.3.19. All the
installation process was OK, but when I tried to restart the Apache
Server the apachectl command failed with this error:

httpd: module "mod_php4.c" is not compatible with this version of
Apache.
Please contact the vendor for the correct version.
./bin/apachectl start: httpd could not be started.

I have reinstalled Apache and php 4.0.4pl1,  but I keep on getting this
same annoying error.  Can anyone hellp me?

Thanks a lot.








-- 
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]