Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

mod_tile vs. httpd-2.4 #4476

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 4 comments
Closed

mod_tile vs. httpd-2.4 #4476

openstreetmap-trac opened this issue Jul 23, 2021 · 4 comments

Comments

@openstreetmap-trac
Copy link

Reporter: mjoost
[Submitted to the original trac issue database at 5.25pm, Tuesday, 10th July 2012]

Due to API-changes and compile-option changes inside Apache's actual httpd-2.4.2 version the mod_tile package fails to compile.

Attached is a patch that fixed those problems for me on mod_tile rev 28468.

The patch imposes a hard dependency on httpd-2.4, i.e. won't compile with previous httpd-2.2. Perhaps a few additional #ifdefs on httpd minor version regarding the API changes might be useful.

@openstreetmap-trac
Copy link
Author

Author: amm
[Added to the original trac issue at 2.45am, Monday, 25th March 2013]

I have just committed some changes that make mod_tile compile on Apache 2.4 ( as well as Apache 2.2 )

This does not include the changes for C90 compliance, as that was not necessary for me to get it to compile. Do you still need those? On what platform are you compiling this?

Sorry for the long delay to getting to this issue.

@openstreetmap-trac
Copy link
Author

Author: amm
[Added to the original trac issue at 4.49am, Monday, 25th March 2013]

Turns out C90 compliance is necessary if Apache is built with --enable-debugger-mode. So I have now committed changes to make this the case.

Can you close the bug report if you are satisfied with the outcome?

@openstreetmap-trac
Copy link
Author

Author: mjoost
[Added to the original trac issue at 7.56pm, Friday, 19th April 2013]

Sorry, haven't followed here after the issue being dead for such a long time.

I was not aware that the C90 issue is dependent on that debugging option, but yes, my Apache had been built with that option set.

I won't be able to verify your commits for some time, but have no objections on closing this ticket if the problem is resolved for other users.

@openstreetmap-trac
Copy link
Author

Author: pnorman
[Added to the original trac issue at 9.36pm, Friday, 5th January 2018]

Closing per comments in issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant