Mailing List Archive

[Bug 67352] build error: func_munge_path_list command not found
https://bz.apache.org/bugzilla/show_bug.cgi?id=67352

niks <nikhilashri00@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |nikhilashri00@gmail.com

--- Comment #1 from niks <nikhilashri00@gmail.com> ---
Created attachment 39011
--> https://bz.apache.org/bugzilla/attachment.cgi?id=39011&action=edit
Screenshot of error message

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 67352] build error: func_munge_path_list command not found [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=67352

--- Comment #2 from Stefan Eissing <stefan@eissing.org> ---
`ap_post_read_request()` was added in httpd 2.4.51. You seem to compile the
module against a very old server version (or at least very old header files).

Please not that if you have installed httpd headers in your system and build a
local checkout, your build may find the system header files first.

As to `func_munge_path_list` that seems to be an issue in your local build
system setup in regard to libtool. Nothing particular tied to mod_http2, afaik.

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 67352] build error: func_munge_path_list command not found [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=67352

--- Comment #3 from niks <nikhilashri00@gmail.com> ---
I am using mock build environment to build the mod_http2 RPM where all the
latest httpd RPMs are configured. I can see that ap_post_read_request is on the
lastest code in:

https://github.com/apache/httpd/blame/a077812a1b02addc95a7edcdd33385179f7bc382/modules/http2/h2_request.c#L539

As the error suggests, should the call be rather 'ap_run_post_read_request'
instead of 'ap_post_read_request'?

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 67352] build error: func_munge_path_list command not found [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=67352

--- Comment #4 from Stefan Eissing <stefan@eissing.org> ---
If the httpd headers you build with are not consistent, all sort of things can
go wrong. There are checks in the code for AP_MODULE_MAGIC_AT_LEAST() to make
sure the correct code for the installed httpd is compiled.

If that get mixed up, all sorts of things may go wrong at runtime.

I cannot help you with the RPM packaging you use. Please contact your distro
for support on this.

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 67352] build error: func_munge_path_list command not found [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=67352

Stefan Eissing <stefan@eissing.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org