php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17703 APACHE_INCLUDE does not gets expanded in ./sapi/apache
Submitted: 2002-06-11 12:04 UTC Modified: 2002-09-11 11:17 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: ensonic at sonicpulse dot de Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.2.1 OS: Linux 2.2.16 #1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
31 + 33 = ?
Subscribe to this entry?

 
 [2002-06-11 12:04 UTC] ensonic at sonicpulse dot de
in ./sapi/apache the var $(APACHE_INCLUDE) gets not expanded in
EXTRA_INCLUDES = $(APACHE_INCLUDE)

the string APACHE_INCLUDE occures in config_vars.mk as well and is defined to nothing there.

I've configure php as 
./configure --prefix=/opt/php4 --with-apxs=/opt/oracle/Apache/Apache/bin/apxs ....

and I found not conigure option (./configure --help) to set it.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-11 18:18 UTC] sniper@php.net
In what way does this break the compile?

 [2002-06-12 04:07 UTC] ensonic at sonicpulse dot de
it does not compile the files in ./sapi/apache as the dont file includes like "httpd.h"
 [2002-06-12 08:52 UTC] sniper@php.net
How did you compile/install Apache? Do you get any
errors with configure? What error do you get with 'make' ?

 [2002-09-11 11:17 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 00:01:34 2024 UTC