Hi,
We are facing problem while build the mod_cas with apache2.2.4.
We are getting the following error while build.
It is giving error for missing heaader files cas_pool.h and cas_group.h, which is not available either in the package or in libcas.
Please help.
Thanks and Regards,
Apurba
[root@eul251 mod_cas-0.1.0]# make
Making all in src
make[1]: Entering directory `/devel/sources/apache/mod_cas-0.1.0/src'
Making all in test
make[2]: Entering directory `/devel/sources/apache/mod_cas-0.1.0/src/test'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I.. -I/opt/STMtools/STMlibcas/include -I/opt/STMtools/STMopenssl/include -g -O2 -MT cas_test1-cas_test1.o -MD -MP -MF ".deps/cas_test1-cas_test1.Tpo" -c -o cas_test1-cas_test1.o `test -f 'cas_test1.c' || echo './'`cas_test1.c; \
then mv -f ".deps/cas_test1-cas_test1.Tpo" ".deps/cas_test1-cas_test1.Po"; else rm -f ".deps/cas_test1-cas_test1.Tpo"; exit 1; fi
cas_test1.c:27:22: cas_pool.h: No such file or directory
cas_test1.c:28:23: cas_group.h: No such file or directory
cas_test1.c: In function `main':
cas_test1.c:32: `CAS_pool' undeclared (first use in this function)
cas_test1.c:32: (Each undeclared identifier is reported only once
cas_test1.c:32: for each function it appears in.)
cas_test1.c:32: `pool' undeclared (first use in this function)
cas_test1.c:33: `CAS_group' undeclared (first use in this function)
cas_test1.c:33: `group' undeclared (first use in this function)
make[2]: *** [cas_test1-cas_test1.o] Error 1
make[2]: Leaving directory `/devel/sources/apache/mod_cas-0.1.0/src/test'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/devel/sources/apache/mod_cas-0.1.0/src'
make: *** [all-recursive] Error 1
Logged In: YES
user_id=614349
Originator: NO
I see the same thing.
Looks like those files might be in CVS, but the lack of a response to this problem report seems to suggest no one uses or cares about this module. I think I'm gonna look elsewhere...
Might look here for other options
http://www.ja-sig.org/wiki/display/CASC/MOD_CAS
but I don't yet have any recommendations...
The module is not written for Apache 2.0 or 2.2 yet. That's why you got those problems.