php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10007 Apache2 Modul makes compiling failure
Submitted: 2001-03-26 21:34 UTC Modified: 2001-03-27 04:38 UTC
From: waja at gmx dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Linux
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: waja at gmx dot de
New email:
PHP Version: OS:

 

 [2001-03-26 21:34 UTC] waja at gmx dot de
My configure line: ./configure --with-mysql --with-apache=../httpd-2.0 --enable-track-vars
--enable-shmop --with-mod_charset

The failure:

sapi_apache.c: In function `apache_php_module_main':
sapi_apache.c:80: `NOT_FOUND' undeclared (first use in this function)
sapi_apache.c:80: (Each undeclared identifier is reported only once
sapi_apache.c:80: for each function it appears in.)

Testet with apache 2.0.14 and actual cvs of apache2.

With actual cvs of php4 it seems to be the same, but i'm not sure .... wasn't getting it correct from cvs... :)

Regards, Jan.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-27 04:38 UTC] sniper@php.net
You should be using the --with-apxs2 configure option
if you want to try the EXPERIMENTAL Apache 2.0 support.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 14:01:31 2024 UTC