-
Notifications
You must be signed in to change notification settings - Fork 327
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
Support for Apache 2.4.17 - cannot load module - undefined symbol: ap_requires #101
Comments
You're loading a module that was compiled for Apache 2.2 in to an Apache 2.4 server; where/which binaries did you get and which platform are you on? |
mod_auth_openidc-1.8.6-1.el6.x86_64.rpm is what we used. Out platform is: RHEL 6.7 |
RHEL's stock Apache server is 2.2, that's what the stock rpm is compiled for as well; for customized installations with 2.4 you need to compile your own module from source. |
I also get similar kind of error. undefined symbol: ap_get_exec_line. My Apache version is 2.4 and linux 7. |
Make sure you haven't accidentally installed |
We are trying to use mod_auth_openidc on Apache 2.4.17.
Apache 2.4.17 declares that ap_requires has been removed.
When mod_auth_openidc is being loaded by Apache 2.4.17,
it is failing with the message
"Can't load module mod_auth_openidc" - undefined symbol : ap_requires.
Please fix this.
The text was updated successfully, but these errors were encountered: