php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9077 Cannot compile against current Apache 2.0 a9 or CVS dated 02-Feb-2001
Submitted: 2001-02-02 11:16 UTC Modified: 2001-04-29 15:31 UTC
From: hugh dot jones at wordmap dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0 Latest CVS (02/02/2001) OS: Linux RH 6.2
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: hugh dot jones at wordmap dot com
New email:
PHP Version: OS:

 

 [2001-02-02 11:16 UTC] hugh dot jones at wordmap dot com
Cannot compile as DSO using compile option --with-apxs2 (full compile options are as follows)

./configure --enable-sockets --with-apxs2=/opt/apache2/bin/apxs --without-mysql --with-oci8=/opt/product/oracle/8.1.6 --with-pspell --with-dom --prefix=/opt/php

Error when running make:

In file included from sapi_apache2.c:33:
/opt/apache2/include/util_filter.h:153: parse error before `ap_bucket_brigade'
/opt/apache2/include/util_filter.h:154: parse error before `ap_bucket_brigade'
/opt/apache2/include/util_filter.h:285: parse error before `ap_bucket_brigade'
/opt/apache2/include/util_filter.h:297: parse error before `ap_bucket_brigade'
/opt/apache2/include/util_filter.h:404: parse error before `ap_bucket_brigade'
In file included from sapi_apache2.c:35:
/opt/apache2/include/http_config.h:965: parse error before `int'
In file included from sapi_apache2.c:44:
php_apache.h:24: parse error before `ap_bucket_brigade'
php_apache.h:24: warning: no semicolon at end of struct or union
php_apache.h:32: parse error before `}'
php_apache.h:32: warning: data definition has no type or storage class
sapi_apache2.c: In function `php_apache_sapi_ub_write':
sapi_apache2.c:49: `ap_bucket' undeclared (first use in this function)
sapi_apache2.c:49: (Each undeclared identifier is reported only once
sapi_apache2.c:49: for each function it appears in.)
sapi_apache2.c:49: `b' undeclared (first use in this function)
sapi_apache2.c:50: `ap_bucket_brigade' undeclared (first use in this function)
sapi_apache2.c:50: `bb' undeclared (first use in this function)
sapi_apache2.c:51: `ctx' undeclared (first use in this function)
sapi_apache2.c:52: parse error before `now'
sapi_apache2.c:55: `sapi_globals' undeclared (first use in this function)
sapi_apache2.c:61: `now' undeclared (first use in this function)
sapi_apache2.c: In function `php_apache_sapi_header_handler':
sapi_apache2.c:77: `ctx' undeclared (first use in this function)
sapi_apache2.c:78: parse error before `char'
sapi_apache2.c:80: `val' undeclared (first use in this function)
sapi_apache2.c: In function `php_apache_sapi_send_headers':
sapi_apache2.c:105: `ctx' undeclared (first use in this function)
sapi_apache2.c: In function `php_apache_sapi_read_post':
sapi_apache2.c:117: `ctx' undeclared (first use in this function)
sapi_apache2.c: In function `php_apache_sapi_read_cookies':
sapi_apache2.c:136: `ctx' undeclared (first use in this function)
sapi_apache2.c:137: parse error before `const'
sapi_apache2.c:139: `http_cookie' undeclared (first use in this function)
sapi_apache2.c: In function `php_apache_sapi_register_variables':
sapi_apache2.c:148: `ctx' undeclared (first use in this function)
sapi_apache2.c:149: parse error before `*'
sapi_apache2.c:152: `arr' undeclared (first use in this function)
sapi_apache2.c:152: `key' undeclared (first use in this function)
sapi_apache2.c:152: `val' undeclared (first use in this function)
sapi_apache2.c: In function `php_apache_sapi_flush':
sapi_apache2.c:163: `ctx' undeclared (first use in this function)
sapi_apache2.c:164: `ap_bucket_brigade' undeclared (first use in this function)
sapi_apache2.c:164: `bb' undeclared (first use in this function)
sapi_apache2.c:165: `ap_bucket' undeclared (first use in this function)
sapi_apache2.c:165: `b' undeclared (first use in this function)
sapi_apache2.c: In function `php_apache_sapi_log_message':
sapi_apache2.c:182: `ctx' undeclared (first use in this function)
sapi_apache2.c:183: parse error before `*'
sapi_apache2.c:185: `sapi_globals' undeclared (first use in this function)
sapi_apache2.c: At top level:
sapi_apache2.c:233: parse error before `ap_bucket_brigade'
sapi_apache2.c: In function `php_input_filter':
sapi_apache2.c:236: `ctx' undeclared (first use in this function)
sapi_apache2.c:237: parse error before `long'
sapi_apache2.c:238: `ap_bucket' undeclared (first use in this function)
sapi_apache2.c:238: `b' undeclared (first use in this function)
sapi_apache2.c:239: parse error before `const'
sapi_apache2.c:244: `sapi_globals' undeclared (first use in this function)
sapi_apache2.c:248: `rv' undeclared (first use in this function)
sapi_apache2.c:248: `bb' undeclared (first use in this function)
sapi_apache2.c:248: `mode' undeclared (first use in this function)
sapi_apache2.c:252: parse error before `{'
sapi_apache2.c:254: `n' undeclared (first use in this function)
sapi_apache2.c:255: `old_index' undeclared (first use in this function)
sapi_apache2.c:258: `str' undeclared (first use in this function)
sapi_apache2.c: At top level:
sapi_apache2.c:261: parse error before `return'
sapi_apache2.c:264: parse error before `php_struct'
sapi_apache2.c: In function `php_apache_request_ctor':
sapi_apache2.c:273: `sapi_globals' undeclared (first use in this function)
sapi_apache2.c:283: `ctx' undeclared (first use in this function)
sapi_apache2.c: At top level:
sapi_apache2.c:307: parse error before `ap_bucket_brigade'
sapi_apache2.c: In function `php_output_filter':
sapi_apache2.c:309: `ctx' undeclared (first use in this function)
sapi_apache2.c:310: `ap_bucket' undeclared (first use in this function)
sapi_apache2.c:310: `b' undeclared (first use in this function)
sapi_apache2.c:311: parse error before `rv'
sapi_apache2.c:317: `sapi_globals' undeclared (first use in this function)
sapi_apache2.c:329: `conf' undeclared (first use in this function)
sapi_apache2.c:337: `bb' undeclared (first use in this function)
sapi_apache2.c:346: `eos' undeclared (first use in this function)
sapi_apache2.c:347: parse error before `*'
sapi_apache2.c:359: `core_globals' undeclared (first use in this function)
sapi_apache2.c:363: parse error before `{'
sapi_apache2.c:365: `rv' undeclared (first use in this function)
sapi_apache2.c:365: `n' undeclared (first use in this function)
sapi_apache2.c:366: `str' undeclared (first use in this function)
sapi_apache2.c:370: `content' undeclared (first use in this function)
sapi_apache2.c:382: `fd' undeclared (first use in this function)
sapi_apache2.c:388: `zfd' undeclared (first use in this function)
sapi_apache2.c:393: `compiler_globals' undeclared (first use in this function)
sapi_apache2.c:393: `executor_globals' undeclared (first use in this function)
sapi_apache2.c: At top level:
sapi_apache2.c:414: parse error before `else'
sapi_apache2.c: In function `php_register_hook':
sapi_apache2.c:441: `AP_HOOK_MIDDLE' undeclared (first use in this function)
sapi_apache2.c: At top level:
sapi_apache2.c:454: warning: initialization from incompatible pointer type
make[3]: *** [sapi_apache2.lo] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-29 15:31 UTC] andi@php.net
Outdated bug report. Please try the latest CVS with the latest version of Apache 2
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 07:01:29 2024 UTC