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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Pull Requests

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: Thu Sep 19 07:01:27 2024 UTC