-
Notifications
You must be signed in to change notification settings - Fork 97
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
Use of error.h in mod_auth_cas.c #117
Comments
I believe it's used for errno. |
errno.h does exist for both Debian and Alpine, and can be imported specifically. It doesn't look like error.h imports errno.h, directly or indirectly. I've commented out |
same kind of error under FreeBSD:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having a tough time building mod_auth_cas on httpd:2.4.23-alpine (Alpine Linux), as opposed to httpd:2.4.23 (Debian). mod_auth_cas.c imports <error.h>, which isn't provided by musl/libc-dev on Alpine.
Is error.h strictly needed? I scanned through mod_auth_cas.c, but couldn't find an obvious use of it.
The text was updated successfully, but these errors were encountered: