-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apache version #2
Comments
I built it on Ubuntu 16.04 LTS, which is using Apache 2.4.18. |
On another note: I can imagine two reasons why the module might not built:
There is a PR (#1) that addresses this issue, but I intentionally did not merge this PR because I want to avoid workarounds for old compilers in order to keep the code as clean as possible. |
Had to use the patch for gcc 4.8.x indeed, but now it works like a charm. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Sebastian,
Nice module, thanks! I'm trying to build the module on a redhat/centos system against Apache 2.4.6 (yes ancient, i know.. but this is what comes with centos ootb). Made some changes in the Makefile to point it to the source code, but it won't build. Against what version of Apache did you develop the module? Probably a more recent one? Then I'll try that also.
Thanks
Sander
The text was updated successfully, but these errors were encountered: