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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kahn at inf dot ethz dot ch
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Mar 13 20:01:30 2025 UTC