room_citadel_support  

[Citadel Support] Re: Apache module to authenticate against Citadel userbase - BETA Release

dothebart
Tue, 02 Sep 2008 02:30:01 -0700

Thanks for you contribution; I've tried to compile it, but i get

  gcc -DHAVE_CONFIG_H -I. -I/usr/include/openssl -DHAVE_LIBSSL -g -O2
-I/usr/include/openssl -DHAVE_LIBSSL -MT mod_authn_citadel.lo -MD -MP -MF
deps/mod_authn_citadel.Tpo -c src/mod_authn_citadel.c  -fPIC -DPIC -o
libs/mod_authn_citadel.o
src/mod_authn_citadel.c:144:23: error: ap_config.h: No such file or directory
src/mod_authn_citadel.c:145:19: error: httpd.h: No such file or directory
src/mod_authn_citadel.c:146:25: error: http_config.h: No such file or
directory
src/mod_authn_citadel.c:147:22: error: http_log.h: No such file or directory
src/mod_authn_citadel.c:148:26: error: http_request.h: No such file or
directory
src/mod_authn_citadel.c:149:22: error: mod_auth.h: No such file or directory

and some other unknown stuff afterwards. Probably configure should check
whether the apache devel headers are installed first?