php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10481 httpd -l gives mod_php4.c not compatible w/ 1.3.19
Submitted: 2001-04-24 17:23 UTC Modified: 2001-04-24 17:29 UTC
From: kahn at inf dot ethz dot ch Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: Solaris 2.6
Private report: No CVE-ID: None
 [2001-04-24 17:23 UTC] kahn at inf dot ethz dot ch
There seems to be an error with apache/php4

> bin/httpd -l
httpd: module "mod_php4.c" is not compatible with this version of Apache.
Please contact the vendor for the correct version.

My version of Apache=1.3.19
Version of PHP=4.0.4pl1

Configuration for PHP:
configure --prefix=/homes/cbrg/Apache/php --with-apache=/homes/cbrg/Apache/install/apache_1.3.19 -enable-track-vars -with-mysql=/homes/cbrg/Database/mysql

Configuration for Apache:
configure --prefix=/homes/cbrg/Apache --enable-module=so --activate-module=src/modules/php4/libphp4.a --with-perl=/usr/local/bin/perl

Do I not have the correct version of PHP?

Thanks,



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-24 17:29 UTC] rasmus@php.net
You compiled PHP against an older version of Apache and you are now trying to load it into a newer one.  Recompile your PHP against this version of Apache.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 16:01:34 2024 UTC